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