Files
echecsfrance/next.config.js
T
2023-06-13 09:11:16 +02:00

9 lines
141 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
SERVER: process.env.SERVER,
},
};
module.exports = nextConfig;