add bootstrap

This commit is contained in:
NoeBerdoz
2025-04-12 18:40:50 +02:00
parent bd4146e6d9
commit b1443b8cfa
7 changed files with 578 additions and 27 deletions

8
frontend/vite.config.js Normal file
View File

@ -0,0 +1,8 @@
import { resolve } from 'path'
export default {
root: resolve(__dirname, 'src'),
build: {
outDir: '../dist'
},
}