Skip to content

Don't use tsc-watch in npm start

Florent requested to merge fflorent/sutom:install-prod into main

The main reason is that we should use npm install --production in production and tsc-watch is brought by devDependencies.

Instead in production mode, use npm run start:dev

Merge request reports