From 68590f2cd740dbe6faa8ce5bb71e8d7c3e18dd4a Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Sat, 5 Aug 2023 15:43:50 +0100 Subject: [PATCH] add gitpod config Signed-off-by: Lorenzo Lewis --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitpod.yml 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