We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cbc19 commit 192168dCopy full SHA for 192168d
1 file changed
packages/ts-cloud/src/index.ts
@@ -125,6 +125,8 @@ export {
125
deployStaticSiteWithExternalDns,
126
deployStaticSiteWithExternalDnsFull,
127
generateExternalDnsStaticSiteTemplate,
128
+ // High-level helper with smart defaults (Porkbun, non-SPA, etc.)
129
+ deploySite,
130
} from './deploy'
131
export type {
132
StaticSiteConfig,
@@ -133,6 +135,10 @@ export type {
133
135
// External DNS types
134
136
ExternalDnsStaticSiteConfig,
137
ExternalDnsDeployResult,
138
+ // Helper types
139
+ DeploySiteConfig,
140
+ DeploySiteResult,
141
+ StaticSiteDnsProvider,
142
143
144
// Export DNS providers
0 commit comments