ci: Frontend routing

This commit is contained in:
Tibo De Peuter 2025-03-11 13:50:55 +01:00
parent edccf4ef62
commit 0053279dc3
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
11 changed files with 248 additions and 960 deletions

View file

@ -7,7 +7,7 @@
"scripts": {
"build": "NODE_ENV=production tsc --project tsconfig.json",
"dev": "NODE_ENV=development tsx watch --env-file=.env.development.local src/app.ts",
"start": "NODE_ENV=production node --env-file=.env.production dist/app.js",
"start": "NODE_ENV=production node --env-file=.env dist/app.js",
"format": "prettier --write src/",
"format-check": "prettier --check src/",
"lint": "eslint . --fix",
@ -18,7 +18,6 @@
"@mikro-orm/postgresql": "6.4.6",
"@mikro-orm/reflection": "6.4.6",
"@mikro-orm/sqlite": "6.4.6",
"@types/js-yaml": "^4.0.9",
"axios": "^1.8.1",
"dotenv": "^16.4.7",
"express": "^5.0.1",
@ -34,6 +33,7 @@
"@types/express": "^5.0.0",
"@types/node": "^22.13.4",
"@types/response-time": "^2.3.8",
"@types/js-yaml": "^4.0.9",
"globals": "^15.15.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",