Fork自 冯丙见 / 挂机勇者RPG - 略微变态版本
import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ server: { host: true }, plugins: [vue()] })
module.exports = { publicPath: './', outputDir: 'dist', indexPath: 'index.html' }