chore: add a verified Bun devcontainer (#520)

* add devcontainer setup and change default port to 3002

* fix(devcontainer): enforce frozen install

---------

Co-authored-by: victor <victor@elalemanyo.de>
This commit is contained in:
Aymeric Rabot
2026-07-19 18:39:19 +02:00
committed by GitHub
co-authored by victor
parent 494150dc1f
commit 59a67e68ca
6 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ pnpm install
# Run development server
pnpm dev
# Open http://localhost:3000
# Open http://localhost:3002
```
---