From 2e716ee041bccee98de0d0456807fe7e134a87fe Mon Sep 17 00:00:00 2001 From: Christine Date: Mon, 14 Oct 2024 23:18:47 +0000 Subject: [PATCH] fix: omit gitpod.yml file Signed-off-by: Christine --- .gitpod.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 50d74aeb..00000000 --- a/.gitpod.yml +++ /dev/null @@ -1,11 +0,0 @@ -# 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 - -tasks: - - init: pnpm install && pnpm run build - command: pnpm run start - -