Skip to content

Commit

Permalink
fix: undo webpack change
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Apr 16, 2024
1 parent 28394df commit 20cbde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var dhisConfig;

try {
dhisConfig = require(dhisConfigPath);
// dhisConfig.baseUrl = 'https://debug.dhis2.org/dev',
dhisConfig.baseUrl = 'https://debug.dhis2.org/dev',
console.log(dhisConfig);
} catch (e) {
// Failed to load config file - use default config
Expand Down

0 comments on commit 20cbde7

Please sign in to comment.