From aa511443893f000957434da04bd7ec085784010a Mon Sep 17 00:00:00 2001 From: zouhang <1102639563@qq.com> Date: Tue, 10 May 2022 11:05:41 +0800 Subject: [PATCH] chore: support gitpod --- .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 0000000000..14b909c3b1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +tasks: + - init: pnpm i + command: pnpm dev +ports: + - port: 3080 + onOpen: open-preview