14 lines
No EOL
301 B
JavaScript
14 lines
No EOL
301 B
JavaScript
module.exports = {
|
|
outputDir: 'dist/fmg',
|
|
publicPath: '/fmg',
|
|
devServer: {
|
|
port: 8080,
|
|
proxy: {
|
|
'api/v1/content*':{
|
|
target: 'https://localhost:44360/',
|
|
ws: false,
|
|
changeOrigin: true
|
|
}
|
|
}
|
|
}
|
|
} |