mirror of
https://github.com/PaulRBerg/hardhat-template.git
synced 2026-01-10 14:37:56 -05:00
11 lines
194 B
YAML
11 lines
194 B
YAML
image: "gitpod/workspace-bun:latest"
|
|
|
|
tasks:
|
|
- init: "bun install"
|
|
|
|
vscode:
|
|
extensions:
|
|
- "esbenp.prettier-vscode"
|
|
- "NomicFoundation.hardhat-solidity"
|
|
- "ritwickdey.LiveServer"
|