OSDN Git Service

update
[projectv/server.git] / front / next.config.js
1 /** @type {import('next').NextConfig} */
2 /*const nextConfig = {
3   reactStrictMode: true,
4         ...import(`./config/${process.env.APP_ENV || 'local'}`.json)
5 }
6
7 module.exports = nextConfig*/