added staging config

This commit is contained in:
PxlLoewe
2025-07-08 19:41:25 -07:00
parent 30a4f6488f
commit da26634422
3 changed files with 244 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"lint": "turbo lint",
"studio": "turbo run studio",
"prod-start": "docker-compose --env-file .env.prod -f 'docker-compose.prod.yml' up -d --build",
"staging-start": "docker-compose --env-file .env.staging -f 'docker-compose.staging.yml' up -d --build",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {