Files
inventory/next.config.mjs
2026-05-02 22:18:18 -04:00

9 lines
238 B
JavaScript

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