6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
port: 3370,
|
|
proxy: 'http://localhost:3369'
|
|
}
|
|
}; |