learn_nuxt/turbo.json
2023-05-04 15:16:48 +08:00

12 lines
207 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [
"dist/**"
]
},
"dev": {}
}
}