chore(web): init web project

This commit is contained in:
2026-03-10 11:00:14 +08:00
parent 4fce1c6bdd
commit 4d43ebd21e
18 changed files with 355 additions and 4 deletions

7
apps/web/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;