wavelength_server/next.config.js

13 lines
248 B
JavaScript
Raw Normal View History

/**
* 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 = {
};
export default config;