From 40fc8a21e4fc5a098f93d24540bf8863a0ffb17f Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 22 Apr 2026 13:28:29 -0400 Subject: [PATCH] chore(config): replace auth dashboard entry with admin dashboard widget entries in tsup config --- tsup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsup.config.js b/tsup.config.js index 5570c86..6e387a1 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -62,7 +62,8 @@ export default defineConfig([ 'src/features/admin/navigation.server.js', 'src/features/admin/dashboard/registry.js', 'src/features/admin/dashboard/serverRegistry.js', - 'src/features/auth/dashboard.server.js', + 'src/features/admin/dashboard/widgets/index.server.js', + 'src/features/admin/dashboard/widgets/users.server.js', 'src/features/dashboard.server.js', ], format: ['esm'],