🛠️ Configuration
Create hbh-der.config.js in your project root:
1import path from "path";3const __dirname = path.join(process.cwd(), "app");5export const directories = {6 __dirname,7 routes: "routes",8 middleware: "middlewares",9};
This is automatically loaded via hbh-ccl. You can optionally pass your own config when starting the server.