init
This commit is contained in:
12
vite.config.ts
Normal file
12
vite.config.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import {defineConfig, type UserConfig} from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
root: 'src',
|
||||
build: {
|
||||
outDir: '../build',
|
||||
emptyOutDir: true,
|
||||
},
|
||||
server: {
|
||||
port: 3000,
|
||||
}
|
||||
}) satisfies UserConfig;
|
||||
Reference in New Issue
Block a user