mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
chore: production setup
This commit is contained in:
@@ -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/*",
|
||||
|
||||
Reference in New Issue
Block a user