mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-02 00:40:21 +00:00
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "pocket-id",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/go:1": {
|
|
"version": "1.26"
|
|
}
|
|
},
|
|
"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"
|
|
}
|