diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..ffcbd126 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +tasks: + - init: npm install && npm run build + command: npm run start + +