2024-10-16 16:51:08 -05:00
|
|
|
/**
|
|
|
|
* 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} */
|
2024-10-25 16:57:49 -05:00
|
|
|
const config = {
|
|
|
|
|
|
|
|
};
|
2024-10-16 16:51:08 -05:00
|
|
|
|
|
|
|
export default config;
|