Skip to content

Commit 5558a3b

Browse files
committed
feat(turbo.json): add build task configuration for Nuxt project
1 parent 4d62e9d commit 5558a3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/openapi-ts-nuxt/turbo.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "../../node_modules/turbo/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"cache": true,
7+
"dependsOn": ["^build"],
8+
"outputs": [".nuxt/**"]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)