Continue setup

This commit is contained in:
Darren Clarke 2023-02-13 20:04:35 +00:00
parent b012f8295b
commit 36bc2210a6
5 changed files with 131 additions and 126 deletions

View file

@ -1,6 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**"]