console/packages/services/server/turbo.json
2025-09-26 20:21:17 +09:00

15 lines
308 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"inputs": ["../../web/app/src/gql/persisted-documents.json"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}