aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/vue.config.js
blob: 61a24709e233f0526fb445596b0fea66d57a4066 (plain) (blame)
1
2
3
4
5
module.exports = {
  devServer: {
    proxy: 'http://localhost:9912'
  }
}