We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a06952 commit bca10a6Copy full SHA for bca10a6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@secjs/utils",
3
- "version": "1.7.6",
+ "version": "1.7.7",
4
"description": "",
5
"license": "MIT",
6
"author": "João Lenon",
src/Classes/Config.ts
@@ -64,7 +64,8 @@ export class Config {
64
65
if (
66
!fileContent.includes('export default') &&
67
- !fileContent.includes('module.exports')
+ !fileContent.includes('module.exports') &&
68
+ !fileContent.includes('exports.default')
69
) {
70
throw new InternalServerException(
71
`Config file ${base} is not normalized because it is not exporting a default value`,
0 commit comments