diff --git a/.gitpod.yml b/.gitpod.yml index 1f68bc2..9e654f7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,6 @@ tasks: - init: npm install && npm run build command: npm run dev +ports: + - port: 3000 + onOpen: open-preview