n8n anonyme

This commit is contained in:
nBiqoz
2025-06-12 23:17:56 +02:00
parent 07bce46fd7
commit 00ad46a1a6
29 changed files with 8458 additions and 1 deletions

5
next.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;