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 b311e5e commit 43ba992Copy full SHA for 43ba992
cli/template/base/next.config.js
@@ -2,7 +2,7 @@
2
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful
3
* for Docker builds.
4
*/
5
-await import("./src/env.js");
+import "./src/env.js";
6
7
/** @type {import("next").NextConfig} */
8
const config = {
cli/template/extras/config/next-config-appdir.js
const config = {};
0 commit comments