From e204f6b81a1dff8e2335f4794992acece1a08b3d Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 03 Jun 2025 20:55:03 +0000
Subject: [PATCH] fixing paths for prod

---
 package.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index eaf5fd1..35960e7 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,8 @@
   },
   "dependencies": {
     "@fastify/static": "^8.2.0",
+    "@vueuse/core": "^13.3.0",
+    "dotenv": "^16.5.0",
     "fastify": "^5.3.3",
     "lodash": "^4.17.21",
     "mysql2": "^3.14.1",

--
Gitblit v1.8.0