feat: integrate Stripe payment module with API + UI components
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user