mirror of https://github.com/halo-dev/halo
chore: update gitpod config
parent
58c4b78067
commit
c26741e383
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue