replaced backend with vite

This commit is contained in:
Felix Kaspar
2024-05-10 22:38:47 +02:00
parent 2fc152e96f
commit 6eed4a3238
9 changed files with 760 additions and 117 deletions

View File

@@ -51,6 +51,8 @@
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"vite": "^5.2.11",
"vite-plugin-node": "^3.1.0"
}
}