Merge authentication-log into codebase

This commit is contained in:
Bubka
2024-04-22 14:59:20 +02:00
parent a3060a9ada
commit e75589526b
21 changed files with 1063 additions and 224 deletions

10
vite.config.js vendored
View File

@ -78,9 +78,9 @@ export default defineConfig({
},
},
},
server: {
watch: {
followSymlinks: false,
}
}
// server: {
// watch: {
// followSymlinks: false,
// }
// }
});