mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:02:58 +03:00
22 lines
507 B
JSON
22 lines
507 B
JSON
{
|
|
"name": "pocket-id",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/go:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"golang.go",
|
|
"svelte.svelte-vscode",
|
|
"bradlc.vscode-tailwindcss",
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
},
|
|
"containerEnv": {
|
|
"HOST": "0.0.0.0"
|
|
},
|
|
"postCreateCommand": "npm install --prefix frontend && cd backend && go mod download"
|
|
}
|