fix: make some build fix
Some checks failed
Build Docker Image / run (pull_request) Failing after 31s

This commit is contained in:
2024-04-25 19:52:01 +02:00
parent 2cc3219b30
commit 76755baa1d
6 changed files with 77 additions and 41 deletions

9
front/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"astro": "html"
},
"typescript.tsdk": "node_modules/typescript/lib"
}