added subscription functionality

This commit is contained in:
2025-04-07 18:25:19 -05:00
parent 6925899589
commit 6dbffa6aa3
9 changed files with 909 additions and 223 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
}
reactStrictMode: true
}
module.exports = nextConfig