feat: initialize inventory management application with Prisma schema, QR scanning, and UI components
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
/* config options here */
|
||||
allowedDevOrigins: ['192.168.1.122', 'invent.salesfam.cloud'],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user