Skip to content

Commit

Permalink
Use package configuration for web
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonhawk committed Nov 2, 2024
1 parent f2d6454 commit ff6f4a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 12 additions & 0 deletions apps/web/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["@manifold/engine#build"],
"env": ["API_PROXY_URL", "PUBLIC_API_BASE_URL"]
},
"test": {
"env": ["API_PROXY_URL", "PUBLIC_API_BASE_URL"]
}
}
}
7 changes: 0 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**", "web/dist/**"]
},
"web#build": {
"dependsOn": ["@manifold/engine#build"],
"env": ["API_PROXY_URL", "PUBLIC_API_BASE_URL"]
},
"preview": {
"cache": false,
"persistent": true,
Expand All @@ -36,9 +32,6 @@
"test": {
"cache": false
},
"web#test": {
"env": ["API_PROXY_URL", "PUBLIC_API_BASE_URL"]
},
"test:watch": {
"cache": false,
"persistent": true,
Expand Down

0 comments on commit ff6f4a1

Please sign in to comment.