Creation de la base du glitcher
This commit is contained in:
@@ -6,13 +6,21 @@ import svgLoader from 'vite-svg-loader'
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue(), svgLoader()],
|
||||
server:{
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port:8080
|
||||
port: 8080
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src')
|
||||
}
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: path.resolve(import.meta.dirname, 'index.html'),
|
||||
glitcher: path.resolve(import.meta.dirname, 'glitcher/index.html'),
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user