0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
hono/.gitpod.yml

10 lines
164 B
YAML
Raw Normal View History

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