From 70bef7b278f5cfa33cf5eab0967241f3761c50ba Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 12 Nov 2025 15:40:16 +0800 Subject: [PATCH] small fixes --- next-ui/.prettierignore | 1 + next-ui/src/router/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/next-ui/.prettierignore b/next-ui/.prettierignore index f39b936f..6c9030c1 100644 --- a/next-ui/.prettierignore +++ b/next-ui/.prettierignore @@ -1,5 +1,6 @@ dir2json.d.ts src/auto-imports.d.ts src/components.d.ts +src/typed-router.d.ts src/generated/openapi/komga.d.ts public-msw/mockServiceWorker.js diff --git a/next-ui/src/router/index.ts b/next-ui/src/router/index.ts index de4c9394..e1e4d436 100644 --- a/next-ui/src/router/index.ts +++ b/next-ui/src/router/index.ts @@ -5,7 +5,7 @@ */ // Composables -import { createRouter, createWebHistory } from 'vue-router/auto' +import { createRouter, createWebHistory } from 'vue-router' import { setupLayouts } from 'virtual:generated-layouts' import { routes } from 'vue-router/auto-routes'