//=========================================== // THIS FILE IS AUTO-GENERATED FROM TEMPLATE. DO NOT EDIT IT DIRECTLY UNLESS YOU ALSO EDIT THE CORRESPONDING FILE IN packages/template //=========================================== export * from './lib/hexclave-app'; export { getConvexProvidersConfig } from "./integrations/convex"; // Hexclave aliases and legacy Stack* names — @deprecated JSDoc lives on the original // declarations in @hexclave/shared/config so it survives dts bundling // (per-specifier JSDoc on re-exports does not). export type { HexclaveConfig, StackConfig } from "@hexclave/shared/config"; export { defineHexclaveConfig, defineStackConfig } from "@hexclave/shared/config"; // The author-facing types for the config file's `deploy` export. export type { HexclaveDeploymentConfig, HexclaveDeploymentContext, HexclaveDeploymentReference, HexclaveEnvVarValue, HexclavePersistentVolume, HexclaveServerService, HexclaveServerlessService, HexclaveService, HexclaveServiceOutputs, } from "@hexclave/shared/config";