Initial Commit

This commit is contained in:
Senofy
2026-03-07 22:07:02 -06:00
parent b33c43aa0c
commit a9b6acd479
17 changed files with 1665 additions and 117 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
serverExternalPackages: ['better-sqlite3'],
};
export default nextConfig;