add bootstrap
This commit is contained in:
8
frontend/vite.config.js
Normal file
8
frontend/vite.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default {
|
||||
root: resolve(__dirname, 'src'),
|
||||
build: {
|
||||
outDir: '../dist'
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user