Skip to content

Commit d92e119

Browse files
committed
chore: wip
1 parent a824e0f commit d92e119

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cloud/serverless/infrastructure.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export class Cloud extends Stack {
130130
...props,
131131
publicBucket: this.storage.publicBucket,
132132
privateBucket: this.storage.privateBucket,
133+
appBucket: this.storage.publicBucket,
134+
docsBucket: this.storage.docsBucket,
133135
cdn: this.cdn.distribution,
134136
})
135137
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ export class Cloud extends Stack {
126126

127127
this.deployment = new DeploymentStack(this, {
128128
...props,
129-
publicBucket: this.storage.publicBucket,
129+
appBucket: this.storage.publicBucket,
130+
docsBucket: this.storage.docsBucket,
130131
privateBucket: this.storage.privateBucket,
131132
cdn: this.cdn.distribution,
132133
})

0 commit comments

Comments
 (0)