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 a612044 commit c7f1014Copy full SHA for c7f1014
adapter.ts
@@ -77,7 +77,6 @@ export function adapter({
77
78
await serverStack.setAllConfig({
79
'aws:region': { value: region },
80
- cachePolicy: { value: `Managed-${cachePolicy}` },
81
projectPath: { value: process.cwd() },
82
serverPath: { value: server_directory },
83
optionsPath: { value: options_directory },
@@ -116,6 +115,7 @@ export function adapter({
116
115
117
await mainStack.setAllConfig({
118
+ cachePolicy: { value: `Managed-${cachePolicy}` },
119
edgePath: { value: edge_directory },
120
staticPath: { value: static_directory },
121
prerenderedPath: { value: prerendered_directory },
0 commit comments