Commit graph

3 commits

Author SHA1 Message Date
Ofer Shaal
7088e86c64
Gitpod - fix pnpm version error (#4120)
* use Gitpod's node-LTS base image

* update gitpod command waiting for port

* export variables for pnpm

* install pnpm using recommended method

* fix prebuild's shell problem

* fix Gitpod ports await command syntax
2022-08-02 11:09:16 -05:00
Okiki Ojo
6ca2128aee
Fix/deno gitpod (#3213)
* chore(.gitignore): remove pnpm error logs from git

* ci: install deno in gitpod
tests won't run in gitpod without deno
2022-05-03 10:56:16 -04:00
Ofer Shaal
60fe7bd41e
Gitpod setup improvements (#2789)
* install latest pnpm version in docker image

* Add astro-build vscode extension in Gitpod setup

* automatically open preview when port 3000 is used

* run astro build during prebuild

* Run starter demo when starting this workspace

* and $ASTRO_NEW to run specific example

* open index.astro of selected project

* Add sleep 1 before running code command

* use `gp await-port` instead of sleep
2022-03-15 16:03:26 -05:00