Skip to content

Commit 519cb30

Browse files
committed
feat(cloud): deployment
1 parent 163e1b6 commit 519cb30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/turbo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"env": ["VITE_APP_*"],
1313
"outputs": ["dist/**"]
1414
},
15+
"build:cloud": {
16+
"dependsOn": ["^build"],
17+
"env": ["VITE_APP_*"],
18+
"outputs": ["dist/**"]
19+
},
1520
"dev": {
1621
"dependsOn": ["^build"],
1722
"env": ["VITE_APP_*"],

0 commit comments

Comments
 (0)