From 875be59deb262cee488565f5a8b1746bc4660571 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 23 Oct 2025 15:24:27 +0000
Subject: [PATCH] GS-2375

---
 package.json |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 03a0780..e8c2e4e 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,8 @@
     "start": "node app.js",
     "dev": "nodemon app.js",
     "dev-ui": "vite",
-    "build": "vite build"
+    "build": "vite build",
+    "php": "bash copyPhp"
   },
   "dependencies": {
     "@fastify/compress": "^8.0.1",
@@ -17,6 +18,7 @@
     "@vueuse/core": "^13.3.0",
     "@vueuse/router": "^13.3.0",
     "chai": "^5.2.0",
+    "colors": "^1.4.0",
     "dayjs": "^1.11.13",
     "dotenv": "^16.5.0",
     "enquirer": "^2.4.1",

--
Gitblit v1.8.0