0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/.gitpod.yml
Ame_x 96196ab52e
chore: create .gitpod.yml (#2868)
* chore: create .gitpod.yml

* tmp: delete lines breaks

* yarn to bun
2024-06-04 17:17:07 +09:00

10 lines
164 B
YAML

tasks:
- name: Setup
init: bun install --no-save
image:
file: ./.devcontainer/Dockerfile
vscode:
extensions:
- oven.bun-vscode
- vitest.explorer