mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 06:25:38 +01:00
7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
|
module.exports = {
|
||
|
devServer: {
|
||
|
proxy: 'http://127.0.0.1:3000'
|
||
|
},
|
||
|
filenameHashing: false
|
||
|
}
|