修复: vite加@路径别名(解决linter改i18n为@/i18n后5文件import解析失败)+CR-08 P2-7 store error fallback i18n(projects/ideas/workflow/knowledge/tasks补err块+全局t)

This commit is contained in:
2026-06-15 15:04:49 +08:00
parent d8f1d97804
commit d6eb8551da
6 changed files with 48 additions and 23 deletions

View File

@@ -4,6 +4,11 @@ import vue from "@vitejs/plugin-vue";
const host = process.env.TAURI_DEV_HOST;
export default defineConfig(async () => ({
resolve: {
alias: {
'@': '/src',
},
},
plugins: [vue()],
clearScreen: false,
server: {