From 1a7fbde7f9932228e026cd8e3096fcedf19811ef Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 27 Nov 2024 10:35:59 +0700 Subject: [PATCH] Set port back to 3000 --- instellar.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/instellar.yml b/instellar.yml index 558a5c2..abaaf88 100644 --- a/instellar.yml +++ b/instellar.yml @@ -65,8 +65,10 @@ kits: ports: - main: true name: web - target: 4000 + target: 3000 variables: + - default_value: '3000' + key: PORT - default_value: 'true' key: PHX_SERVER - key: SANITY_DATASET