PixelAI-admin/vue-admin-wonderful-next/vite.config.ts

5 lines
62 B
TypeScript
Raw Normal View History

module.exports = {
devServer: {
open: true
}
}