From cf4f9b89185fab60030e8ce5100b14d40fe0ab8e Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Fri, 26 Jun 2026 17:50:18 -0700 Subject: [PATCH] Local dashboard header --- .../(outside-dashboard)/projects/page-client.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/page-client.tsx index 00b708c90..40eb1e89e 100644 --- a/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/page-client.tsx @@ -187,6 +187,21 @@ function RdeProjectsListPage() { return (
+
+ + Local config files + + + You're running the local Hexclave dashboard. Open any of these config files to manage that local project. + + + To open a new config file, run npx @hexclave/cli dev --config-file <config-path> -- <your-dev-command>. + + + Once you are ready to go to production, you can link your config file to Hexclave's cloud dashboard. + +
+