mirror of https://github.com/certd/certd
10 lines
121 B
JavaScript
10 lines
121 B
JavaScript
![]() |
module.exports = {
|
||
![]() |
devServer: {
|
||
|
proxy: {
|
||
|
'/': {
|
||
|
target: 'http://localhost:3000/'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|