mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
10 lines
121 B
JavaScript
10 lines
121 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: {
|
|
'/': {
|
|
target: 'http://localhost:3000/'
|
|
}
|
|
}
|
|
}
|
|
}
|