This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/apps/frontend/turbo.json
Liam 721c8e9076
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m35s
man idek what im doing anymore i just want this shit to work
2024-10-04 11:48:25 +01:00

9 lines
112 B
JSON

{
"extends": ["//"],
"tasks": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
}
}
}