UPDATE

上级 a08498fb
export default { import { defineConfig } from 'vite';
build: {
chunkSizeWarningLimit: 2000, // https://vitejs.dev/config/
assetsInlineLimit: 0, export default defineConfig({
sourcemap: true server: {
host: '0.0.0.0'
} }
} })
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册