add start pipeline command to turbo

This commit is contained in:
Amruth Pillai
2023-07-25 15:37:10 +02:00
parent d23d1a615e
commit 9c76999945
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@ ports:
onOpen: ignore
visibility: private
# Client
# Server
- port: 3100
onOpen: ignore
visibility: public

View File

@ -5,6 +5,10 @@
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"start": {
"cache": false,
"persistent": true
},
"lint": {},
"format": {
"dependsOn": ["^lint"]