mirror of
https://github.com/voltrevo/seed-splitter.git
synced 2026-01-10 05:28:10 -05:00
9 lines
136 B
TypeScript
9 lines
136 B
TypeScript
import { defineConfig } from 'vite';
|
|
|
|
// https://vitejs.dev/config/
|
|
export default defineConfig({
|
|
build: {
|
|
minify: false,
|
|
}
|
|
});
|