add gitpod config

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
Lorenzo Lewis
2023-08-05 15:43:50 +01:00
parent d4deee04be
commit 68590f2cd7

6
.gitpod.yml Normal file
View File

@@ -0,0 +1,6 @@
tasks:
- init: pnpm install && pnpm dev:setup
command: pnpm run dev
ports:
- port: 3000
onOpen: open-browser