We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df77a8 commit ec458c8Copy full SHA for ec458c8
β.gitpod.ymlβ
@@ -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β
@@ -0,0 +1,11 @@
+{
+ "infiniteLoopProtection": true,
+ "hardReloadOnChange": false,
+ "view": "browser",
+ "template": "node",
+ "container": {
+ "port": 3000,
+ "startScript": "start",
+ "node": "16"
10
+ }
11
+}
0 commit comments