Skip to content

Commit fbf6a24

Browse files
committed
Added gitpod.yml
1 parent 9cc3671 commit fbf6a24

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17
1+
18

0 commit comments

Comments
 (0)