Files
inventory/next.config.mjs
2026-05-02 13:16:39 -04:00

9 lines
210 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
/* config options here */
allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'],
};
export default nextConfig;