started some designing

This commit is contained in:
z1glr
2025-01-03 23:10:30 +00:00
parent 3fb5311071
commit b392978c17
74 changed files with 6934 additions and 0 deletions

8
client/next.config.ts Normal file
View File

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