work
This commit is contained in:
parent
1257437ef0
commit
89f17d8c1d
@ -3,14 +3,10 @@
|
|||||||
* This is especially useful for Docker builds.
|
* This is especially useful for Docker builds.
|
||||||
*/
|
*/
|
||||||
!process.env.SKIP_ENV_VALIDATION && (await import("./src/env.mjs"));
|
!process.env.SKIP_ENV_VALIDATION && (await import("./src/env.mjs"));
|
||||||
|
|
||||||
/** @type {import("next").NextConfig} */
|
/** @type {import("next").NextConfig} */
|
||||||
const config = {
|
const config = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
eslint: {
|
|
||||||
ignoreDuringBuilds: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If you have the "experimental: { appDir: true }" setting enabled, then you
|
* If you have the "experimental: { appDir: true }" setting enabled, then you
|
||||||
* must comment the below `i18n` config out.
|
* must comment the below `i18n` config out.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user