mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-27 01:44:34 +00:00
11 lines
246 B
JavaScript
11 lines
246 B
JavaScript
/**
|
|
* 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} */
|
|
const config = {};
|
|
|
|
export default config;
|