✅ User Config (with named exports)
1// custom.config.js2export const port = 5000;3export const debug = true;
ğŸ§
hbh-cclsupports both default and named exports — whichever is present.
1// custom.config.js2export const port = 5000;3export const debug = true;
ğŸ§
hbh-cclsupports both default and named exports — whichever is present.