| import type { NextConfig } from 'next' | |
| const nextConfig = { | |
| env: { | |
| foo: 'foo', | |
| }, | |
| } satisfies NextConfig | |
| export default nextConfig | |
| import type { NextConfig } from 'next' | |
| const nextConfig = { | |
| env: { | |
| foo: 'foo', | |
| }, | |
| } satisfies NextConfig | |
| export default nextConfig | |