Bs-config.js code

From Seedbury Square
Revision as of 19:59, 27 January 2026 by Mgm-seedbury (talk | contribs) (Created page with "<pre> 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/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
};