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",