mirror of
https://github.com/hevin-lee/EasyPlayerJs.git
synced 2026-06-04 13:49:18 +00:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: "http://127.0.0.1:10800"
|
|
}
|
|
}
|