Merge branch 'legacy'

This commit is contained in:
2023-09-29 21:49:47 +00:00
28 changed files with 1188 additions and 354 deletions

7
.vscode/tasks.json vendored
View File

@ -17,6 +17,13 @@
"problemMatcher": [
"$tsc"
]
},
{
"label": "mariadb",
"type": "shell",
"command": "docker-compose -f docker-compose.yml up --remove-orphans",
"isBackground": true,
"activeOnStart": false
}
]
}