feat: setup app for static compilation

Breaking change!: initDraggablePath disabled because it breaks the app
This commit is contained in:
Davide Passoni
2024-12-06 17:47:08 +01:00
parent ffade5fb8e
commit a899c5ffca
6 changed files with 56 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"vite": "^6.0.3"
}
}