diff options
author | 2021-09-08 12:39:30 -0500 | |
---|---|---|
committer | 2021-09-08 12:39:30 -0500 | |
commit | 64b86f3769caca1930780f708e0b89cba0ea3ec5 (patch) | |
tree | ee825b5e573c19b089763ad1a014cdc6b37d1178 | |
parent | d2c2b1b55ec5e49a1ddb69641d9f929c0da1a4a7 (diff) | |
download | astro-64b86f3769caca1930780f708e0b89cba0ea3ec5.tar.gz astro-64b86f3769caca1930780f708e0b89cba0ea3ec5.tar.zst astro-64b86f3769caca1930780f708e0b89cba0ea3ec5.zip |
Add `.gitpod.yml` for continuous prebuilds for speedy project startup! (#1328)
-rw-r--r-- | .gitpod.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |