Active display of a timer

This commit is contained in:
2022-07-29 04:22:21 +02:00
parent f67d5f6a2e
commit 263b4edd07
6 changed files with 251 additions and 102 deletions

View File

@@ -7,4 +7,9 @@ export default defineConfig({
build: {
write: true,
},
resolve: {
alias: {
"@app": "./src/",
},
},
});