init with docker

This commit is contained in:
Jason Jordan
2025-06-25 16:45:58 -04:00
commit f971a75ad5
19 changed files with 6538 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;