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