Compare commits

...

4 Commits

Author SHA1 Message Date
a1b5e46d38 feat: Updated devcontainer
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m8s
Run Unit and Integration Tests / test (push) Successful in 1m7s
Run Unit and Integration Tests / test (pull_request) Successful in 53s
2025-10-21 22:46:43 +01:00
5a0eab31d1 Merge pull request 'development' (#15) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m5s
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Run Unit and Integration Tests / test (push) Successful in 54s
Reviewed-on: #15
2025-09-26 09:26:33 +00:00
00c710e524 Merge pull request 'feat: Added devcontainer' (#14) from feature/devcontainer into development
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Run Unit and Integration Tests / test (push) Successful in 54s
Run Unit and Integration Tests / test (pull_request) Successful in 52s
Reviewed-on: #14
2025-09-26 09:23:06 +00:00
0641bb8d1a feat: Added devcontainer
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 58s
Run Unit and Integration Tests / test (pull_request) Successful in 58s
2025-09-25 23:33:10 +01:00

View File

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