You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to run custom npm scrtipt? I have followed the docs bit without success. I'd like to use custom serve script using swc with node since the default using esbuild is really slow.
The script I'd like to use (from another project): tsc -w & nodemon --exec node -r @swc-node/register --watch src src/index.ts
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to run custom npm scrtipt? I have followed the docs bit without success. I'd like to use custom serve script using swc with node since the default using esbuild is really slow.
The script I'd like to use (from another project):
tsc -w & nodemon --exec node -r @swc-node/register --watch src src/index.ts
Beta Was this translation helpful? Give feedback.
All reactions