UNPKG

@mmh-software/webview

Version:
9 lines (8 loc) 165 B
const config = require('../config'); module.exports = { devServer: { https: true, port: config.app.port_frontendServer, proxy: config.path.Url, }, }