From ab998fb7c433862d49f0e3c39740b78907e002e8 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 8 Sep 2025 21:58:48 -0400 Subject: [PATCH] Add mount script --- inventory/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/package.json b/inventory/package.json index 9487769..a657515 100644 --- a/inventory/package.json +++ b/inventory/package.json @@ -7,7 +7,8 @@ "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", - "preview": "vite preview" + "preview": "vite preview", + "mount": "../mountremote.command" }, "dependencies": { "@dnd-kit/core": "^6.3.1",