Skip to content

Commit 192168d

Browse files
committed
fix(deploy): re-export deploySite + helper types from package root
1 parent e5cbc19 commit 192168d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/ts-cloud/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ export {
125125
deployStaticSiteWithExternalDns,
126126
deployStaticSiteWithExternalDnsFull,
127127
generateExternalDnsStaticSiteTemplate,
128+
// High-level helper with smart defaults (Porkbun, non-SPA, etc.)
129+
deploySite,
128130
} from './deploy'
129131
export type {
130132
StaticSiteConfig,
@@ -133,6 +135,10 @@ export type {
133135
// External DNS types
134136
ExternalDnsStaticSiteConfig,
135137
ExternalDnsDeployResult,
138+
// Helper types
139+
DeploySiteConfig,
140+
DeploySiteResult,
141+
StaticSiteDnsProvider,
136142
} from './deploy'
137143

138144
// Export DNS providers

0 commit comments

Comments
 (0)