下载非内核
This commit is contained in:
@@ -17,6 +17,15 @@ export default defineConfig(async () => ({
|
||||
},
|
||||
},
|
||||
|
||||
// 单入口:主窗口
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: fileURLToPath(new URL("./index.html", import.meta.url)),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
|
||||
//
|
||||
// 1. prevent Vite from obscuring rust errors
|
||||
|
||||
Reference in New Issue
Block a user