web folder (dont use this code)

This commit is contained in:
2024-12-09 21:14:54 -05:00
parent fe6a88a479
commit 6adf9a8977
21 changed files with 739 additions and 0 deletions

7
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;