convert to vue project, fix styling for mobile

This commit is contained in:
wea_ondara
2023-07-07 20:59:23 +02:00
parent d2ffa8a8ba
commit 651ba28a14
34 changed files with 1168 additions and 107 deletions

12
tsconfig.vitest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": [
"node",
"jsdom"
]
}
}