Replace backend submodule with Elysia/Bun sportsmanager backend

This commit is contained in:
2026-09-08 10:03:09 +02:00
parent 1c14e4506b
commit d19f0c2f8f
6 changed files with 688 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "backend",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}