Skip to content

Commit 12a0fdc

Browse files
authored
feat: 新增.gitpod.yml
1 parent 2a3c0c2 commit 12a0fdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ports:
2+
- port: 5555
3+
onOpen: open-preview
4+
tasks:
5+
- init: corepack enable && pnpm install
6+
command: pnpm run dev

0 commit comments

Comments
 (0)