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 5429a1d commit bd2e058Copy full SHA for bd2e058
packages/open-next/src/build/createAssets.ts
@@ -223,6 +223,7 @@ export function createCacheAssets(options: buildHelper.BuildOptions) {
223
const providerPath = path.join(outputDir, "dynamodb-provider");
224
225
//Copy open-next.config.mjs into the bundle
226
+ fs.mkdirSync(providerPath, { recursive: true });
227
buildHelper.copyOpenNextConfig(options.buildDir, providerPath);
228
229
// TODO: check if metafiles doesn't contain duplicates
0 commit comments