Update .gitpod.yml

pull/3986/head
Daniel 2021-09-26 16:34:05 +05:30
parent 466f34c97c
commit 264918a6fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
tasks: tasks:
- init: npm install - init: npm install
command: npm run dev command: npx gulp
ports: ports:
- port: 3000 - port: 3000
onOpen: open-preview onOpen: open-preview