feat: Added dev-container

This commit is contained in:
2025-09-25 22:03:37 +01:00
parent a83022c46e
commit f71b054ae5
25 changed files with 822 additions and 803 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "luke-else.co.uk",
"image": "git.luke-else.co.uk/luke-else/lab:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"svelte.svelte-vscode"
]
}
},
"postCreateCommand": "pnpm install && pnpm run dev"
}

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store .DS_Store
node_modules node_modules
.pnpm-store
/build /build
/.svelte-kit /.svelte-kit
/package /package