838dc6b8b5
Remove influencer-era documentation, unused components, boilerplate assets, and ghost tiktok cron job. Add supplier invoice management, document API routes, and PWA icons. Replace boilerplate README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
allowedDevOrigins: ["nonpedagogically-sphinxlike-dalila.ngrok-free.dev"],
|
|
};
|
|
|
|
export default nextConfig;
|