diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..7b6943dd0 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# Commands to start on workspace startup +tasks: + - init: yarn install + command: yarn build +# Once astro is on [vsx](https://open-vsx.org/), we should be able to specify it as an extension as well! +# https://www.gitpod.io/docs/vscode-extensions +# vscode: +# extensions: +# - astro-build.astro-vscode + \ No newline at end of file