Build OrbitFlow frontend admin template

This commit is contained in:
Codex
2026-08-07 13:53:40 +08:00
commit 8322800b57
19 changed files with 11340 additions and 0 deletions

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;