From 9c7699994562671b984f8491137f05eb3b65381b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 25 Jul 2023 15:37:10 +0200 Subject: [PATCH] add start pipeline command to turbo --- .gitpod.yml | 2 +- turbo.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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"]