mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: turbo
This commit is contained in:
+1
-4
@@ -1,11 +1,8 @@
|
||||
{
|
||||
"$schema": "https://turborepo.com/schema.json",
|
||||
"tasks": {
|
||||
"//#build:wasm": {
|
||||
"outputs": ["rust/wasm/pkg/**"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["//#build:wasm", "^build"],
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "!.next/cache/**"],
|
||||
"env": [
|
||||
"NODE_ENV",
|
||||
|
||||
Reference in New Issue
Block a user