[gitpod-setup] expose port: 3000 and onOpen: open-preview.

This commit is contained in:
Nisar Hassan Naqvi
2020-03-14 05:00:19 +00:00
parent bbcee36106
commit 8d84bc8562
+3
View File
@@ -1,3 +1,6 @@
tasks:
- init: npm install && npm run build
command: npm run dev
ports:
- port: 3000
onOpen: open-preview