module.exports = { devServer: { port: 5173, proxy: { "/api": { target: "http://localhost:8080", changeOrigin: true }, "/files": { target: "http://localhost:8080", changeOrigin: true } } } };