diff options
Diffstat (limited to 'apps/web/next.config.js')
| -rw-r--r-- | apps/web/next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 9bfe4a0e..3f1d17da 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -2,6 +2,7 @@ * Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful * for Docker builds. */ + await import("./src/env.js"); /** @type {import("next").NextConfig} */ |