From c20b9e98f81ac0616ff0b4c576fe858f69430b87 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Fri, 11 Jul 2025 09:22:05 -0400 Subject: [PATCH] Fixes config.json exposure --- public/.gitkeep | 2 ++ src/components/Dashboard.tsx | 2 +- src/services/api.test.ts | 9 +++++- vite.config.ts | 56 +++++++++++++++++++++++++++++++++++- 4 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 public/.gitkeep diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..aeaae4d --- /dev/null +++ b/public/.gitkeep @@ -0,0 +1,2 @@ +# This file ensures the public directory is kept in git +# Public directory is for static assets that should be served to browsers \ No newline at end of file diff --git a/src/components/Dashboard.tsx b/src/components/Dashboard.tsx index 4ce067c..c623aa1 100644 --- a/src/components/Dashboard.tsx +++ b/src/components/Dashboard.tsx @@ -190,7 +190,7 @@ export const Dashboard: React.FC = () => { Settings