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
I have searched existing issues to ensure the issue has not already been raised
Issue
Hi,
I have scaffolded my project with : fastify generate myproject --esm --lang=ts
In my package.json, I have: start": "npm run build:ts && fastify start -l info dist/app.js", "build:ts": "tsc",
To run my sever in a production environnement do I need to run npm run start ?
So every time I start the server it will rebuild the ts files ?
Thanks
The text was updated successfully, but these errors were encountered:
Prerequisites
Issue
Hi,
I have scaffolded my project with :
fastify generate myproject --esm --lang=ts
In my package.json, I have:
start": "npm run build:ts && fastify start -l info dist/app.js",
"build:ts": "tsc",
To run my sever in a production environnement do I need to run
npm run start
?So every time I start the server it will rebuild the ts files ?
Thanks
The text was updated successfully, but these errors were encountered: