Spaces:
Paused
Paused
module.exports = { | |
devServer: { | |
proxy: { | |
'/api': { | |
target: 'http://localhost:7860', // εη«― API ε°ε | |
changeOrigin: true, | |
pathRewrite: { '^/api': '' }, | |
}, | |
}, | |
}, | |
publicPath: '/' | |
}; | |