mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
add gitpod config
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
tasks:
|
||||||
|
- init: pnpm install && pnpm dev:setup
|
||||||
|
command: pnpm run dev
|
||||||
|
ports:
|
||||||
|
- port: 3000
|
||||||
|
onOpen: open-browser
|
||||||
Reference in New Issue
Block a user