refactor: Use next.js instead of vite

This commit is contained in:
bracesproul
2025-04-10 11:47:43 -07:00
parent aaee53e3e6
commit 25524792ec
18 changed files with 3761 additions and 5448 deletions

4
next.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;