From 377441a9a8ea65009661569177f5266704818207 Mon Sep 17 00:00:00 2001 From: Autumn Date: Mon, 11 May 2026 18:12:20 +0100 Subject: [pages] added basic dashboard route --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e912135..2e4e031 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "types": [ "node" ], "paths": { - "@lib/*": [ "src/lib/*" ] + "@lib/*": [ "src/lib/*" ], + "@routes/*": [ "src/routes/*" ] } }, -- cgit v1.3