/** * Next.js Config Entry Point (Lightweight) * * This is a separate entry point for next.config.ts usage. * It only exports config helpers without pulling in heavy dependencies * like ServiceRegistry, Core, or error middleware. * * @example * ```typescript * // next.config.ts * import { withPlyazNextConfig } from '@plyaz/core/frameworks/nextjs/config'; * * export default withPlyazNextConfig({ ... }); * ``` */ export { withPlyazNextConfig, plyazServerExternalPackages, plyazWebpackClientFallbacks, plyazWebpackClientAliases, } from './config'; //# sourceMappingURL=config-entry.d.ts.map