mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 18:35:37 +01:00
6c19b8b0d1
... and update rust side stuff
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: 'http://127.0.0.1:3000'
|
|
},
|
|
filenameHashing: false
|
|
}
|