Skip to content

Commit

Permalink
Merge pull request #158 from jannis-baum/issue/157-vivport-environmen…
Browse files Browse the repository at this point in the history
…t-variable-not-set-automatically

VIV_PORT environment variable not set automatically
  • Loading branch information
jannis-baum authored Aug 6, 2024
2 parents b257f51 + 4b09a65 commit 20156a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config = ((): Config => {
}

// revert to default config if no config found
config = config ?? defaultConfig;
config = config ?? structuredClone(defaultConfig);

for (const key of configFileBlocked) {
delete config[key];
Expand Down

0 comments on commit 20156a2

Please sign in to comment.