Project created!

This commit is contained in:
Laux Dev
2026-02-23 15:15:10 +08:00
parent fd94c28cc9
commit 275593d754
17 changed files with 6327 additions and 0 deletions

7
frontend/next.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
reactCompiler: true,
};
export default nextConfig;