chore(backend): Precompile dependencies

This commit is contained in:
Tibo De Peuter 2025-04-17 12:36:48 +02:00
parent b9773c2c33
commit eef48a9987
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

View file

@ -7,7 +7,8 @@
"main": "dist/app.js",
"scripts": {
"build": "cross-env NODE_ENV=production tsc --build",
"dev": "cross-env NODE_ENV=development tsx tool/seed.ts; tsx watch --env-file=.env.development.local src/app.ts",
"predev": "pushd .. && npm run build && popd",
"dev": "cross-env NODE_ENV=development tsx tool/seed.ts && tsx watch --env-file=.env.development.local src/app.ts",
"start": "cross-env NODE_ENV=production node --env-file=.env dist/app.js",
"format": "prettier --write src/",
"format-check": "prettier --check src/",