setup: Biome linter/formatter + Zustand + TanStack Query + RHF + Zod

This commit is contained in:
zetaloop
2026-02-20 12:11:00 +08:00
parent f24fb1704e
commit 1f87f4676e
10 changed files with 270 additions and 26 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
/* config options here */
};
}
export default nextConfig;
export default nextConfig