diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..e30fd3d09 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - init: pnpm install && pnpm dev:setup + command: pnpm run dev +ports: + - port: 3000 + onOpen: open-browser