mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
add start pipeline command to turbo
This commit is contained in:
@ -30,7 +30,7 @@ ports:
|
|||||||
onOpen: ignore
|
onOpen: ignore
|
||||||
visibility: private
|
visibility: private
|
||||||
|
|
||||||
# Client
|
# Server
|
||||||
- port: 3100
|
- port: 3100
|
||||||
onOpen: ignore
|
onOpen: ignore
|
||||||
visibility: public
|
visibility: public
|
||||||
|
|||||||
@ -5,6 +5,10 @@
|
|||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
|
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
|
||||||
},
|
},
|
||||||
|
"start": {
|
||||||
|
"cache": false,
|
||||||
|
"persistent": true
|
||||||
|
},
|
||||||
"lint": {},
|
"lint": {},
|
||||||
"format": {
|
"format": {
|
||||||
"dependsOn": ["^lint"]
|
"dependsOn": ["^lint"]
|
||||||
|
|||||||
Reference in New Issue
Block a user