Files
pdi_front/next.config.mjs
2024-09-13 18:43:38 -06:00

9 lines
141 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
API_URL: process.env.API_URL,
},
};
export default nextConfig;