fix(lifecycle): catch error on startup

This commit is contained in:
Nicolas Meienberger
2025-10-21 20:30:42 +02:00
parent 0090c3c43c
commit 06cb401cf7
2 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { repositoryConfigSchema } from "@ironmount/schemas";
import { repositoryConfigSchema } from "@ironmount/schemas/restic";
import { type } from "arktype";
import { describeRoute, resolver } from "hono-openapi";