feat: add start script to package.json and update turbo.json

This commit is contained in:
swve 2024-04-07 12:57:52 +02:00
parent 800154e199
commit 88f4fdcd5e
2 changed files with 4 additions and 0 deletions

View file

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