环境配置

This commit is contained in:
Shao Huan Qing
2021-06-14 11:23:39 +08:00
parent 91826c4320
commit dc793f7fb7
2 changed files with 3 additions and 2 deletions

View File

@ -4,12 +4,12 @@ module.exports = {
// configureWebpack: () => ({
// devtool: 'source-map'
// }),
host: 'kuboard-develop',
host: 'kb',
port: 8000,
devServer: {
proxy: {
'/uc-api/': {
target: 'http://kuboard-develop:8080',
target: 'http://kb:8080',
changeOrigin: true,
pathRewrite: {
'^/uc-api': '/'

1
js-config.json Normal file
View File

@ -0,0 +1 @@
{}