feat(framework,medusa): Ensure publishable key middleware is set for all store endpoints (#9429)

* feat(framework,medusa): Ensure publishable key middleware is set for all store endpoints

* chore: fix tests
This commit is contained in:
Riqwan Thamir
2024-10-02 18:01:50 +02:00
committed by GitHub
parent c4f26120b0
commit fbbfb0cb62
7 changed files with 111 additions and 79 deletions

View File

@@ -19,7 +19,8 @@
"strictFunctionTypes": true,
"noImplicitThis": true,
"allowJs": true,
"skipLibCheck": true
"skipLibCheck": true,
"incremental": false
},
"include": ["${configDir}/src"],
"exclude": ["${configDir}/dist", "${configDir}/node_modules"]