feat(auth): re-export authManifest + AuthManifest from package root

This commit is contained in:
2026-05-12 22:34:38 +02:00
parent 31d5123737
commit 8054c125d9

View File

@@ -43,3 +43,8 @@ export {
type UserSignedUpEvent,
} from "./events/user-signed-up.event";
// <gen:realtime-channels>
// Feature conformance manifest (added in conformance milestone i, exposed
// here in milestone ii so the boot-time assertion and future tooling can
// read the contract from the package boundary).
export { authManifest, type AuthManifest } from "./feature.manifest";