Add mount script

This commit is contained in:
2025-09-08 21:58:48 -04:00
parent faaa8cc47a
commit ab998fb7c4

View File

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