File size: 104 Bytes
b225a21
 
 
 
 
 
 
1
2
3
4
5
6
7
8
module.exports = {
  devServer: {
    proxy: {
      "/graphs": "http://localhost:8000",
    },
  },
};