Bs-config.js code

From Seedbury Square
module.exports = {
    proxy: "http://localhost:1338/",
    ws: true,
    port: 3000,
    ui: { port: 3002 },
    open: false,
    logLevel: "debug",
    files: [
        "api/src/webServer/ui/src/components/pillboxWithHeading/PillboxWithHeading.js",
        "api/src/webServer/ui/src//*.{html,css,js,ts,tsx,jsx,json,svg,png,jpg}"
    ],
    watchOptions: {
        usePolling: true,
        interval: 200,
        binaryInterval: 300,
        ignored: ["/node_modules/", "/.git/**"]
    },
    reloadDelay: 500,
    reloadDebounce: 300
};