PocketBaseImportWithDeno

This commit is contained in:
2025-03-01 11:11:50 -07:00
parent 384c83304b
commit e89e11dcf6
3 changed files with 76 additions and 5 deletions

View File

@ -139,6 +139,8 @@ internal static class HelperDay
ADO2025.PI5.Helper20250219.Compare(logger, args);
else if (args[1] == "Day-Helper-2025-02-28")
ADO2025.PI5.Helper20250228.PostgresDumpToJson(logger, args);
else if (args[1] == "Day-Helper-2025-03-01")
ADO2025.PI5.Helper20250301.PocketBaseImportWithDeno(logger, args);
else
throw new Exception(appSettings.Company);
}