fix: add turbo dep and start command

This commit is contained in:
Mythie
2023-05-30 18:56:41 +10:00
parent 1e6f65f92d
commit d8ad4b4b2b
3 changed files with 159 additions and 0 deletions

View File

@ -25,6 +25,11 @@
"build": {
"outputs": [".next/**", "!.next/cache/**"]
},
"start": {
"dependsOn": ["build"],
"cache": false,
"persistent": true
},
"dev": {
"cache": false,
"persistent": true