mirror of
https://github.com/hevin-lee/EasyPlayerJs.git
synced 2026-06-15 14:20:02 +00:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
module.exports = {
|
|
lintOnSave:false,
|
|
devServer: {
|
|
proxy: "http://127.0.0.1:10800"
|
|
}
|
|
}
|