feat: Created svelte devcontainer branch

This commit is contained in:
2026-03-30 16:03:56 +01:00
parent d41e0e8f58
commit 9ac55120cb
5 changed files with 0 additions and 66 deletions

18
devcontainer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "Svelte",
"image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"editor.formatOnSave": true
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"svelte.svelte-vscode"
]
}
},
"postCreateCommand": "pnpm install"
}