We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d62e9d commit 5558a3bCopy full SHA for 5558a3b
examples/openapi-ts-nuxt/turbo.json
@@ -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