diff --git a/.gitpod.yml b/.gitpod.yml index 06d7b5f..1eadf62 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: npm install && npm run build + - init: npm install command: npm run dev ports: - port: 3000