feat(audit): add authentication method tracking in audit logs

This commit is contained in:
CaIon
2026-06-13 16:12:22 +08:00
parent 51475c8062
commit 1ac0f5807a
11 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default defineConfig(({ envMode }) => {
},
server: {
host: '0.0.0.0',
strictPort: true,
strictPort: false,
proxy: devProxy,
},
output: {