Skip to content

Commit

Permalink
Specify mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 13, 2024
1 parent cf2065e commit e5d84c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@glimmer-workspace/build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ export class Package {
replace({
preventAssignment: true,
values: {
'import.meta.env.MODE': '"development"',
'import.meta.env.DEV': 'DEBUG',
'import.meta.env.PROD': '!DEBUG',
'import.meta.env.VM_LOCAL_DEV': 'false',
Expand Down

0 comments on commit e5d84c4

Please sign in to comment.