This commit is contained in:
space-nuko
2023-04-07 01:05:02 -05:00
parent b754243d27
commit 1ad77f49ef
8 changed files with 131 additions and 64 deletions

13
turbo.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"true": false,
"persistent": false
}
}
}