Files
cryptowallet/turbo.json
ZOMBIIIIIII a81e29807c add project
2026-04-08 14:11:27 +03:00

16 lines
266 B
JSON

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