2025-10-24 19:36:05 +00:00
|
|
|
{
|
|
|
|
|
"name": "Monorepo - Bun + React",
|
|
|
|
|
"build": {
|
|
|
|
|
"context": ".",
|
|
|
|
|
"dockerfile": "Dockerfile"
|
|
|
|
|
},
|
2025-10-25 01:07:19 +00:00
|
|
|
"features": {
|
|
|
|
|
"ghcr.io/tailscale/codespace/tailscale": {
|
|
|
|
|
"version": "latest"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-24 19:36:05 +00:00
|
|
|
"customizations": {
|
|
|
|
|
"vscode": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"biomejs.biome",
|
|
|
|
|
"oven.bun-vscode"
|
|
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"quickfix.biome": "explicit",
|
|
|
|
|
"source.organizeImports.biome": "explicit"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"forwardPorts": [3000, 5173],
|
|
|
|
|
"postCreateCommand": "bun install && ./scripts/setup-git.sh"
|
|
|
|
|
}
|