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

@@ -17,7 +17,8 @@
"include": [
"app/src",
"database/testFiles/test-tiPostOrders.ts",
"scripts/translateScript.js"
"scripts/translateScript.js",
"app/main.ts"
],
"exclude": [
"node_modules",