autogpt / rnd /autogpt_builder /webpack.config.js
kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame
104 Bytes
module.exports = {
devServer: {
proxy: {
"/graphs": "http://localhost:8000",
},
},
};