chore: production setup

This commit is contained in:
Nicolas Meienberger
2025-09-27 14:10:15 +02:00
parent 9f3fb8a302
commit 88e310cc4f
18 changed files with 213 additions and 58 deletions

View File

@@ -5,7 +5,10 @@
"scripts": {
"dev": "turbo dev",
"tsc": "turbo run tsc",
"gen:api-client": "openapi-ts"
"build": "turbo build",
"gen:api-client": "openapi-ts",
"start:dev": "docker rm ironmount && docker compose up --build ironmount-dev",
"start:prod": "docker rm ironmount && docker compose up --build ironmount-prod"
},
"workspaces": [
"apps/*",