-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add typescript support, using bun runtime #64
Conversation
update deno run to take --allow-all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added notes in the Git PR, dockerfile shouldn't be using app code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added notes in the Git PR, dockerfile shouldn't be using app code
"dev": "bun run app/main.ts" | ||
}, | ||
"dependencies": { | ||
"fs-extra": "^11.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fs-extra
doesn't seem like it's be useful for grep, but yeah can't think of anything else at the moment
No description provided.