fix: turbo

This commit is contained in:
Maze Winther 2026-04-15 00:41:52 +02:00
parent eca13e3e71
commit 3db30c72e7
1 changed files with 1 additions and 4 deletions

View File

@ -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",