diff --git a/.gitpod.yml b/.gitpod.yml index 7e4623f7..7806449a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -30,7 +30,7 @@ ports: onOpen: ignore visibility: private - # Client + # Server - port: 3100 onOpen: ignore visibility: public diff --git a/turbo.json b/turbo.json index 3e124f93..8d107f50 100644 --- a/turbo.json +++ b/turbo.json @@ -5,6 +5,10 @@ "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] }, + "start": { + "cache": false, + "persistent": true + }, "lint": {}, "format": { "dependsOn": ["^lint"]