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 a558ddf commit d35ab06Copy full SHA for d35ab06
.gitpod.yml
@@ -0,0 +1,22 @@
1
+# This configuration file was automatically generated by Gitpod.
2
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3
+# and commit this file to your remote git repository to share the goodness with others.
4
+
5
+tasks:
6
+ - init: pnpm install && pnpm run build
7
+ command: pnpm run start
8
9
+# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
10
+ports:
11
+ - port: 3000
12
+ onOpen: open-preview
13
14
+github:
15
+ prebuilds:
16
+ master: true
17
+ branches: true
18
+ pullRequests: true
19
+ pullRequestsFromForks: true
20
+ addCheck: true
21
+ addComment: false
22
+ addBadge: true
0 commit comments