sourcebot/packages/shared/src/index.server.ts
Michael Sukkarieh f720ec945d
Add demo example cards (#401)
* wip demo example path

* load demo example

* nit: format

* refactor demo cards to their own component

* ui nits

* more ui nits

* feedback
2025-07-27 21:26:56 -07:00

21 lines
No EOL
394 B
TypeScript

export {
hasEntitlement,
getLicenseKey,
getPlan,
getSeats,
getEntitlements,
} from "./entitlements.js";
export type {
Plan,
Entitlement,
} from "./entitlements.js";
export {
base64Decode,
loadConfig,
loadJsonFile,
isRemotePath,
} from "./utils.js";
export {
syncSearchContexts,
} from "./ee/syncSearchContexts.js";
export * from "./constants.js";