From a3fa631576581a1d46af193882ed8c9a6af8e0ca Mon Sep 17 00:00:00 2001 From: Jaiden Riordan Date: Thu, 18 Jul 2024 02:58:46 +0000 Subject: [PATCH 1/2] add gitpod.yml --- .gitpod.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..36efe75 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,12 @@ +# 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 + command: pnpm dev + openMode: split-left +ports: + - port: 4321 \ No newline at end of file From 8ac548cd92ab35db02312e0d16dca88610e8433f Mon Sep 17 00:00:00 2001 From: Jaiden Riordan Date: Thu, 18 Jul 2024 03:21:45 +0000 Subject: [PATCH 2/2] add vsc extensions to gitpod.yml --- .gitpod.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 36efe75..6f26f8e 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,4 @@ +--- # 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. @@ -8,5 +9,12 @@ tasks: - init: pnpm install command: pnpm dev openMode: split-left + +vscode: + extensions: + - astro-build.astro-vscode + - esbenp.prettier-vscode + + ports: - - port: 4321 \ No newline at end of file + - port: 4321