initial commit

This commit is contained in:
Vuk Savić
2026-03-16 21:38:49 +01:00
commit d1eeccbefc
21 changed files with 3178 additions and 0 deletions

11
server/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "guildlib-server",
"version": "2.0.0",
"module": "src/index.ts",
"type": "module",
"scripts": {
"dev": "bun run --hot src/index.ts",
"start": "bun run src/index.ts"
},
"devDependencies": { "@types/bun": "latest" }
}