bt-xtgxq-system-bigdata-exa.../vite.config.js

9 lines
171 B
JavaScript
Raw Permalink Normal View History

2023-05-04 18:16:22 +08:00
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
2023-05-14 00:58:40 +08:00
base: './',
2023-05-04 18:16:22 +08:00
plugins: [vue()],
})