Files
lcbp3.np-dms.work/frontend/next.config.js
2025-09-21 20:29:15 +07:00

6 lines
185 B
JavaScript
Executable File

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: { serverActions: { allowedOrigins: ["*"] } },
};
module.exports = nextConfig;