feat: started multi-subs

This commit is contained in:
2025-06-10 17:01:44 +03:00
parent 0a9bca073f
commit 2738a8e8bd
10 changed files with 135 additions and 34 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
};
export default nextConfig;