fix(frontend): refine token refresh controls

This commit is contained in:
2026-05-05 16:23:24 +08:00
parent 24bc9448a0
commit 745ffb1353
4 changed files with 134 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "node --test --experimental-strip-types src/app/theme.test.ts src/components/templates/template-config.test.ts",
"test": "node --test --experimental-strip-types src/app/theme.test.ts src/components/templates/template-config.test.ts src/views/dashboard-license.test.ts",
"typecheck": "vue-tsc -b",
"lint": "eslint . --fix",
"lint:check": "eslint .",