Create .gitpod.yml

This commit is contained in:
Compey 2022-06-13 20:35:59 +05:30 committed by GitHub
parent 31ee952cc5
commit 2553ea5054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.gitpod.yml Normal file
View file

@ -0,0 +1,10 @@
image:
file: .gitpod.Dockerfile
ports:
- port: 3000
tasks:
- init: touch /tmp/.npm-lock && npm install && rm /tmp/.npm-lock
command: npm run watch
- init: sleep 1 && while [ -f /tmp/.npm-lock ]; do sleep 1; done
command: npm run electron:dev:linux
openMode: split-right