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 db33677 commit 277d30fCopy full SHA for 277d30f
packages/open-next/src/adapters/server-adapter.ts
@@ -4,18 +4,7 @@ import { S3Client } from "@aws-sdk/client-s3";
4
5
// We load every config here so that they are only loaded once
6
// and during cold starts
7
-import {
8
- AppPathsManifestKeys,
9
- BuildId,
10
- ConfigHeaders,
11
- HtmlPages,
12
- NEXT_DIR,
13
- NextConfig,
14
- OPEN_NEXT_DIR,
15
- PrerenderManifest,
16
- PublicAssets,
17
- RoutesManifest,
18
-} from "./config/index.js";
+import { BuildId } from "./config/index.js";
19
import { awsLogger } from "./logger.js";
20
import { lambdaHandler } from "./plugins/lambdaHandler.js";
21
import { setNodeEnv } from "./util.js";
0 commit comments