Skip to content

Commit 77f83d4

Browse files
committed
chore: gitpod yml
1 parent b1b3e52 commit 77f83d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitpod.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
image: gitpod/workspace-postgres
8+
9+
tasks:
10+
- init: yarn install && yarn run build
11+
command: yarn run start
12+
13+

0 commit comments

Comments
 (0)