Add .gitpod.yml for continuous prebuilds for speedy project startup! (#1328)

This commit is contained in:
Caleb Jasik 2021-09-08 12:39:30 -05:00 committed by GitHub
parent d2c2b1b55e
commit 64b86f3769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.gitpod.yml Normal file
View file

@ -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