环境配置
This commit is contained in:
@ -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
1
js-config.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user