Files
medusa-store/www/utils/turbo.json
2024-06-12 19:42:03 +02:00

25 lines
376 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
]
},
"lint": { },
"watch": { },
"generate:references": {
"dependsOn": [
"^build"
]
},
"generate:oas": {
"dependsOn": [
"^build"
]
}
}
}