This commit is contained in:
2025-06-09 00:15:51 +09:00
parent 9827d50aab
commit d4633daa2e
2 changed files with 1 additions and 11 deletions

View File

@ -25,15 +25,6 @@ import {
updateSetting,
} from "./services/database.js";
// Regenerate static files on startup
try {
const { regenerateStartupFiles } = await import("./services/podcast.js");
await regenerateStartupFiles();
} catch (error) {
console.error("Failed to regenerate startup files on admin server:", error);
// Don't exit - the admin server can still work without the regenerated files
}
const app = new Hono();
// Basic Authentication middleware (if credentials are provided)