chore: update gitpod config

pull/3445/head
Ryan Wang 2022-09-09 19:17:22 +08:00
parent 58c4b78067
commit c26741e383
1 changed files with 5 additions and 4 deletions

View File

@ -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