initalized structure of the project

This commit is contained in:
2026-04-26 19:02:19 -05:00
parent 86e0ff5691
commit a6848fb7e9
73 changed files with 548 additions and 1832 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "server",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"bun-types": "latest"
},
"module": "src/index.js"
}