feat: complete legacy UI and playout parity migration
This commit is contained in:
21
tools/MBN_STOCK_WEBVIEW.DbWriteSmoke/Program.cs
Normal file
21
tools/MBN_STOCK_WEBVIEW.DbWriteSmoke/Program.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
#nullable enable
|
||||
|
||||
namespace MBN_STOCK_WEBVIEW.DbWriteSmoke;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static async Task<int> Main(string[] args)
|
||||
{
|
||||
if (OwnedManualSmokeResidueRecovery.IsRequested(args))
|
||||
{
|
||||
return await OwnedManualSmokeResidueRecovery.RunAsync(args, Console.Out)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
return await DevelopmentDatabaseWriteSmokeApp.RunAsync(
|
||||
args,
|
||||
ProductionDevelopmentDatabaseSmokePlan.Create,
|
||||
Console.Out)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user