From a676829d6618fb1b3cc0101c88b5986e5faa643a Mon Sep 17 00:00:00 2001
From: thepaperpilot <thepaperpilot@gmail.com>
Date: Sat, 19 Oct 2024 06:05:00 -0500
Subject: [PATCH] Add rollup for linux

---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 5994292..2f5e175 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,9 @@
     "vitest": "^1.4.0",
     "vue-tsc": "^2.0.6"
   },
+  "optionalDependencies": {
+    "@rollup/rollup-linux-x64-gnu": "^4.24.0"
+  },
   "engines": {
     "node": "21.x"
   }