vite.config.js 63 B

12345
  1. module.exports = {
  2. open: true,
  3. https: false,
  4. port: 81,
  5. }