-
Notifications
You must be signed in to change notification settings - Fork 122
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
ESM struggle #294
Comments
I'm struggling here trying to get Does anyone have a recipe of the changes needed in package.json, tsconfig.json and commands that allow us to have watching/reloading in node-dev? |
Recommending using It's like |
@privatenumber Do you mean |
|
@privatenumber thank you for mentioning this package! That really helped |
Hi, in my
package.json
I have two scripts, mystart
script is working, butdev
usingnode-dev
isn'tI'm trying to work with ESM, because I need top level await
This is the error:
The text was updated successfully, but these errors were encountered: