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

17
tsconfig.node.json Normal file
View File

@@ -0,0 +1,17 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"module": "ESNext",
"types": [
"node"
]
}
}