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 9cc3671 commit fbf6a24Copy full SHA for fbf6a24
.gitpod.yml
@@ -0,0 +1,9 @@
1
+# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
2
+tasks:
3
+ - init: echo 'init script' # runs during prebuild
4
+ command: echo 'start script'
5
+
6
+# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
7
+ports:
8
+ - port: 3000
9
+ onOpen: open-preview
.java-version
@@ -1 +1 @@
-17
+18
0 commit comments