module.exports = { devServer: { //"public": "vue.hello-world.games", "public": "localhost", "port": 10002, proxy: { '^/api': { target: 'https://localhost:5001', changeOrigin: true } } } }