From daaf5bcf7a2a6999a83938710988c6b223c936d0 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 9 Sep 2022 19:17:22 +0800 Subject: [PATCH] chore: update gitpod config --- .gitpod.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 272a1bd4..c7ed7439 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,14 +1,15 @@ ports: - - port: 8080 + - port: 3000 onOpen: open-browser tasks: - - init: npm install -g pnpm && pnpm install - command: pnpm serve + - init: npm install -g pnpm && pnpm install && pnpm build:packages + command: pnpm dev vscode: extensions: - dbaeumer.vscode-eslint - editorconfig.editorconfig - esbenp.prettier-vscode - - johnsoncodehk.volar + - vue.volar + - vue.vscode-typescript-vue-plugin