xref
: /
openbmc
/
webui-vue
/
vue.config.js
(revision 28cb682967ef35b90f295834d2ffb105e1d30e21)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module
.
exports
= {
2
devServer
: {
3
proxy
:
process
.
env
.
BASE_URL
4
}
5
};
6