first commit

This commit is contained in:
2026-07-16 17:36:21 +02:00
commit a0d7163464
45 changed files with 7481 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "casegambling",
"version": "1.0.0",
"private": true,
"description": "CS-style case opening site",
"scripts": {
"dev": "concurrently -n server,client -c blue,green \"npm run dev --prefix server\" \"npm run dev --prefix client\"",
"install:all": "npm install && npm install --prefix server && npm install --prefix client",
"db:push": "npm run db:push --prefix server",
"db:seed": "npm run db:seed --prefix server"
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}