mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-01 16:15:07 +08:00
refactor: migrate env prefix to VITE_* (#12466)
### What problem does this PR solve? `UMI_APP_*` to `VITE_*` ### Type of change - [x] Refactoring
This commit is contained in:
@ -74,11 +74,6 @@ export default defineConfig(({ mode, command }) => {
|
||||
},
|
||||
},
|
||||
},
|
||||
define: {
|
||||
'process.env.UMI_APP_RAGFLOW_ENTERPRISE': JSON.stringify(
|
||||
env.UMI_APP_RAGFLOW_ENTERPRISE,
|
||||
),
|
||||
},
|
||||
assetsInclude: ['**/*.md'],
|
||||
base: env.VITE_BASE_URL,
|
||||
publicDir: 'public',
|
||||
|
||||
Reference in New Issue
Block a user