Skip to content

Commit

Permalink
Merge pull request #13 from xjccc/fix/production
Browse files Browse the repository at this point in the history
fix: production
  • Loading branch information
xjccc authored May 22, 2024
2 parents 379c2a3 + 0c14062 commit a5c8c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
configKey: 'errorCacheConfig'
},
defaults: {
production: process.env.NODE_ENV === 'production' || true,
production: process.env.NODE_ENV === 'production',
cache: defaultsCache,
collect: true
},
Expand Down

0 comments on commit a5c8c39

Please sign in to comment.