1
0
resumarkdown/.devcontainer/devcontainer.json
Nicola Clark 6985b11352
added a dev container
this is to make testing the backend more consistent with the actual runtime environment
2024-10-17 18:44:12 +00:00

14 lines
265 B
JSON

{
"build": { "dockerfile": "Dockerfile" },
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode",
"streetsidesoftware.code-spell-checker",
"svelte.svelte-vscode"
]
}
},
"forwardPorts": [5173]
}