Skip to content

Commit 7fd6554

Browse files
committed
chore: wip
1 parent 9bc7699 commit 7fd6554

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

storage/framework/core/cloud/src/helpers.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,10 @@ export async function getOrCreateTimestamp(): Promise<string> {
608608

609609

610610
// get the CloudFront distribution ID of the current stack
611-
// export async function getCloudFrontDistributionId(): Promise<string> {
611+
export async function getCloudFrontDistributionId(): Promise<string> {
612+
return ''
612613
// return await runCommand(`aws cloudfront list-distributions --query "DistributionList.Items[?Origins.Items[0].DomainName=='${config.app.url}'].Id"`)
613-
// }
614+
}
614615

615616

616617
// function isProductionEnv(env: string) {

0 commit comments

Comments
 (0)