Skip to content

Commit

Permalink
package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Gauffin committed Feb 15, 2022
1 parent 03ee3d3 commit d0323f3
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 42 deletions.
101 changes: 60 additions & 41 deletions src/Server/Coderr.Server.WebSite/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ public CoderrStartup(IConfiguration configuration)
var configWrapper = new ConfigurationWrapper(_configuration);

LoadHostConfiguration(_configuration);
ConfigureMigrations();

_appModuleStarter = new AppModuleStarter(_configuration);
_queueManager.Configure(configWrapper, OpenConnection);
_queueManager.ShutdownRequested += OnShutdownRequested;

ValidateConfiguration(configuration);
ConfigureMigrations();
}

private void ValidateConfiguration(IConfiguration configuration)
Expand Down

0 comments on commit d0323f3

Please sign in to comment.