From 77f83d4278fe2ffde050adc8e44cb928d0ec2b76 Mon Sep 17 00:00:00 2001 From: ChengLei Shao Date: Wed, 15 Feb 2023 14:47:02 +0000 Subject: [PATCH] chore: gitpod yml --- .gitpod.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..85bc03327 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,13 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +image: gitpod/workspace-postgres + +tasks: + - init: yarn install && yarn run build + command: yarn run start + +