From e91137cdc07e26c8521043720ccd55f5d3f2d759 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Mon, 22 Nov 2021 23:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20TWEAK:=20update=20gitpod=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index caa7596..16dfcff 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,6 +3,6 @@ tasks: init: yarn install command: yarn dev ports: - - port: 7070 + - port: 1234 onOpen: open-browser visibility: public