Forex Dashboard v8.0

This commit is contained in:
Capucine Gest
2026-05-27 13:18:45 +02:00
commit 236afa3087
31 changed files with 9292 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ["papaparse"],
},
};
export default nextConfig;