Files
hikari/turbo.json
Naomi Carrigan 452f7bb35b
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 18s
feat: scaffold application
2025-07-03 20:14:38 -07:00

19 lines
321 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^lint", "^test"],
"outputs": ["dist/**", "prod/**"]
},
"test": {
"dependsOn": []
},
"lint": {
"dependsOn": []
},
"dev": {
"cache": false,
"persistent": true
}
}
}