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