const path = require('path'); module.exports = { devServer: { proxy: { '/api': { target: 'https://localhost:443', ws: true, changeOrigin: true, } }, } }