refactor(app): moved main.ts to root of app folder it was doing weird things with ts stuff

This commit is contained in:
2025-09-07 15:35:30 -05:00
parent 50927ca341
commit 0273703bfb
5 changed files with 13 additions and 96 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:app": "dotenvx run -f .env -- tsx watch app/src/main.ts",
"dev:app": "dotenvx run -f .env -- tsx watch app/main.ts",
"dev:docs": "npm run translateDocs && cd lstDocs && npm start",
"dev:front": "cd frontend && npm run dev",
"dev:db:migrate": "npx drizzle-kit push --config=drizzle-dev.config.ts",