From 79b8a6318abd17ee9962e8d824f7804d2aa5d473 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sun, 4 Aug 2024 06:57:01 +0000 Subject: [PATCH] chore: add gitpod config --- .gitpod.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..c6a1de11e --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +tasks: + - init: pnpm install + command: pnpm run docs:dev + +ports: + - port: 5173 + onOpen: open-preview