This commit is contained in:
2025-05-27 12:20:09 +08:00
parent 5dacb966b0
commit 4097ed47f8
8 changed files with 162 additions and 138 deletions

View File

@@ -33,15 +33,15 @@ export default defineConfig({
},
}),
viteStaticCopy({
targets: [
{ src: 'src/renderer/assistant-center/*', dest: '../dist' },
{
src: 'src/main/preload.js',
dest: '../app-dist',
},
],
}),
// viteStaticCopy({
// targets: [
// { src: 'src/renderer/assistant-center/*', dest: '../dist' },
// {
// src: 'src/main/preload.js',
// dest: '../app-dist',
// },
// ],
// }),
],
define: {},
build: {