Skip to content

Commit d0323f3

Browse files
author
Jonas Gauffin
committed
package lock
1 parent 03ee3d3 commit d0323f3

File tree

2 files changed

+62
-42
lines changed

2 files changed

+62
-42
lines changed

src/Server/Coderr.Server.WebSite/ClientApp/package-lock.json

Lines changed: 60 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Server/Coderr.Server.WebSite/Infrastructure/CoderrStartup.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ public CoderrStartup(IConfiguration configuration)
5555
var configWrapper = new ConfigurationWrapper(_configuration);
5656

5757
LoadHostConfiguration(_configuration);
58-
ConfigureMigrations();
58+
5959
_appModuleStarter = new AppModuleStarter(_configuration);
6060
_queueManager.Configure(configWrapper, OpenConnection);
6161
_queueManager.ShutdownRequested += OnShutdownRequested;
6262

6363
ValidateConfiguration(configuration);
64+
ConfigureMigrations();
6465
}
6566

6667
private void ValidateConfiguration(IConfiguration configuration)

0 commit comments

Comments
 (0)