© 2026 Hedgehog Software, LLC
server: { setupFn: import setup from "@src/ServerSetup", middlewareConfigFn: import { serverMiddlewareFn } from "@src/ServerSetup" }
export const serverMiddlewareFn: MiddlewareConfigFn = (middlewareConfig) => { console.log("nothing is shown in the console log") middlewareConfig.set('cors', cors({ origin: [config.frontendUrl] })) return middlewareConfig }
serverMiddlewareFn
Join the Discord to ask follow-up questions and connect with the community
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
4,603 Members