varo-website/.devcontainer/devcontainer.json
bytedream 60f3f8a096
Some checks failed
deploy / build-and-deploy (push) Failing after 21s
initial commit
2025-05-18 13:16:20 +02:00

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"]
}
}
}