Refactor code structure for improved readability and maintainability

This commit is contained in:
Marek Lesko
2025-08-05 13:23:29 +02:00
parent ae69533a35
commit 2c0f51de4c
9 changed files with 9572 additions and 5496 deletions

View File

@@ -3,7 +3,14 @@
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21"
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21",
"customizations": {
"vscode": {
"extensions": [
"ritwickdey.LiveServer"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},