mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
env: {
|
|
SERVER: process.env.SERVER,
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|