mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
chore: add Inspector(developer open vscode) (#3725)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { defineApplicationConfig } from '@vben/vite-config';
|
||||
import Inspector from 'vite-plugin-vue-inspector';
|
||||
|
||||
export default defineApplicationConfig({
|
||||
overrides: {
|
||||
@@ -36,5 +37,10 @@ export default defineApplicationConfig({
|
||||
clientFiles: ['./index.html', './src/{views,components}/*'],
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
Inspector({
|
||||
openInEditorHost: 'http://localhost:5173',
|
||||
}),
|
||||
],
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user