This commit is contained in:
2026-03-29 10:26:38 -05:00
parent 05d4f6e78b
commit b1c99893a6
1628 changed files with 67782 additions and 60143 deletions

6
railway.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://railway.app/railway.schema.json",
"deploy": {
"startCommand": "cd server && npm install && npm start"
}
}