🚧 create blueprint form

This commit is contained in:
Fred KISSIE
2025-10-24 04:17:13 +02:00
parent 23b13f0a0e
commit 038f8829c2
8 changed files with 381 additions and 6 deletions

View File

@@ -7,7 +7,8 @@ const nextConfig = {
eslint: {
ignoreDuringBuilds: true
},
output: "standalone"
output: "standalone",
};
export default withNextIntl(nextConfig);