Skip to content

Commit ec458c8

Browse files
committed
πŸ§‘β€πŸ’» Add configs for online dev tools
1 parent 9df77a8 commit ec458c8

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

β€Ž.gitpod.ymlβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
vscode:
2+
extensions:
3+
- astro-build.astro-vscode
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: pnpm install && pnpm run build
9+
command: pnpm run start

β€Žsandbox.config.jsonβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"infiniteLoopProtection": true,
3+
"hardReloadOnChange": false,
4+
"view": "browser",
5+
"template": "node",
6+
"container": {
7+
"port": 3000,
8+
"startScript": "start",
9+
"node": "16"
10+
}
11+
}

0 commit comments

Comments
Β (0)