feat: integrate Stripe payment module with API + UI components

This commit is contained in:
2026-06-09 21:10:57 +05:30
parent 944a745892
commit 5eb06b2809
25 changed files with 1434 additions and 1 deletions
+7
View File
@@ -26,4 +26,11 @@ export default defineConfig([
'no-unused-vars': ['error', { varsIgnorePattern: '^[A-Z_]' }],
},
},
{
// Serverless functions and build config run on Node, not the browser.
files: ['api/**/*.js', '**/*.config.js'],
languageOptions: {
globals: { ...globals.node },
},
},
])