schema.ts9 lines · main
1/**
2 * Public sub-export: `@briven/cli/schema`.
3 *
4 * This module is what consumer code imports in `briven/schema.ts`
5 * files. Everything in `@briven/schema` is surfaced here; tsup's
6 * `noExternal` config inlines `@briven/schema` into the bundled
7 * output so no workspace ref leaks.
8 */
9export * from '@briven/schema';