1
0
forked from baron/baron-sso

Merge branch 'dev' into feature/issue-919-audit-logs-e2e

This commit is contained in:
2026-05-29 18:52:33 +09:00
65 changed files with 3666 additions and 809 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": ["../common/config/biome.base.json"]
"root": true,
"extends": ["../common/config/biome.base.json"],
"files": {
"includes": [".vite"]
}
}