add: history WIP

Work in Progress of History, smaller design fixes
This commit is contained in:
webfussel 2025-07-17 19:07:51 +02:00
parent 3bbcfa529c
commit 5211e876f6
11 changed files with 211 additions and 23 deletions

View file

@ -4,7 +4,14 @@
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"paths": {
"@": ["./src/components/"],
"~": ["./src/stores/"],
"#": ["./src/composables/"],
}
},
"include": ["vite.config.ts"]
"include": [
"vite.config.ts",
]
}