feat: 脚本录制功能完善
This commit is contained in:
@@ -72,6 +72,9 @@ export default defineConfig(({ mode, command }) => {
|
||||
rollupOptions: {
|
||||
external: isMainProcessExternal,
|
||||
},
|
||||
watch: {
|
||||
exclude: ['**/electron/scripts/**', '**/scripts.meta.json'],
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
@@ -100,6 +103,9 @@ export default defineConfig(({ mode, command }) => {
|
||||
entryFileNames: 'preload.js',
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
exclude: ['**/electron/scripts/**', '**/scripts.meta.json'],
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
@@ -139,6 +145,9 @@ export default defineConfig(({ mode, command }) => {
|
||||
|
||||
server: {
|
||||
port: 5173,
|
||||
watch: {
|
||||
ignored: ['**/electron/scripts/**', '**/scripts.meta.json'],
|
||||
},
|
||||
proxy: {
|
||||
'/ingress': {
|
||||
target: 'http://8.138.234.141',
|
||||
|
||||
Reference in New Issue
Block a user