19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"name": "website",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspace",
|
|
"forwardPorts": ["3306:3306", "4321:4321"],
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "22"
|
|
}
|
|
},
|
|
"postCreateCommand": "npm install",
|
|
"customizations": {
|
|
"jetbrains": {
|
|
"plugins": ["org.jetbrains.plugins.astro", "dev.blachut.svelte.lang"]
|
|
}
|
|
}
|
|
}
|