mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
更新 Vite 配置,修改主机名称为 'MoviePilot',优化插件配置,调整共享依赖格式以简化配置。
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ export default defineConfig({
|
||||
include: [resolve(__dirname, 'src/locales/*.ts')],
|
||||
}),
|
||||
federation({
|
||||
name: 'host',
|
||||
name: 'MoviePilot',
|
||||
filename: 'remoteEntry.js',
|
||||
remotes: {
|
||||
// 动态remotes将在运行时通过__FEDERATION__注入
|
||||
|
||||
Reference in New Issue
Block a user