Rewrite to Node.js

Phases 1 and 2.
This commit is contained in:
2026-05-09 11:00:21 +02:00
parent 4133d0e9c8
commit b131e3c69a
7395 changed files with 7936 additions and 732925 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;