← back to Dw Staged Active Viewer
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
7dfec84a58b46ed6cc604f7f8343a1e178f1c194 · 2026-07-03 08:07:59 -0700 · Steve
Files touched
M com.steve.dw-staged-active-snapshot.plistM com.steve.dw-staged-active-viewer.plistA package-lock.json
Diff
commit 7dfec84a58b46ed6cc604f7f8343a1e178f1c194
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:07:59 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
com.steve.dw-staged-active-snapshot.plist | 6 +++---
com.steve.dw-staged-active-viewer.plist | 6 +++---
package-lock.json | 13 +++++++++++++
3 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/com.steve.dw-staged-active-snapshot.plist b/com.steve.dw-staged-active-snapshot.plist
index f6c38e0..d0270ec 100644
--- a/com.steve.dw-staged-active-snapshot.plist
+++ b/com.steve.dw-staged-active-snapshot.plist
@@ -7,7 +7,7 @@
<key>ProgramArguments</key>
<array>
<string>/bin/bash</string>
- <string>/Users/stevestudio2/Projects/dw-staged-active-viewer/scripts/refresh-and-push.sh</string>
+ <string>/Users/macstudio3/Projects/dw-staged-active-viewer/scripts/refresh-and-push.sh</string>
</array>
<key>StartCalendarInterval</key>
<dict>
@@ -17,8 +17,8 @@
<key>RunAtLoad</key>
<true/>
<key>StandardOutPath</key>
- <string>/Users/stevestudio2/Projects/dw-staged-active-viewer/tmp/snapshot.out.log</string>
+ <string>/Users/macstudio3/Projects/dw-staged-active-viewer/tmp/snapshot.out.log</string>
<key>StandardErrorPath</key>
- <string>/Users/stevestudio2/Projects/dw-staged-active-viewer/tmp/snapshot.err.log</string>
+ <string>/Users/macstudio3/Projects/dw-staged-active-viewer/tmp/snapshot.err.log</string>
</dict>
</plist>
diff --git a/com.steve.dw-staged-active-viewer.plist b/com.steve.dw-staged-active-viewer.plist
index b622cde..45379a5 100644
--- a/com.steve.dw-staged-active-viewer.plist
+++ b/com.steve.dw-staged-active-viewer.plist
@@ -6,11 +6,11 @@
<string>com.steve.dw-staged-active-viewer</string>
<key>ProgramArguments</key>
<array>
- <string>/usr/local/bin/node</string>
- <string>/Users/stevestudio2/Projects/dw-staged-active-viewer/server.js</string>
+ <string>/opt/homebrew/bin/node</string>
+ <string>/Users/macstudio3/Projects/dw-staged-active-viewer/server.js</string>
</array>
<key>WorkingDirectory</key>
- <string>/Users/stevestudio2/Projects/dw-staged-active-viewer</string>
+ <string>/Users/macstudio3/Projects/dw-staged-active-viewer</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..d33cf1d
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "dw-staged-active-viewer",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "dw-staged-active-viewer",
+ "version": "1.0.0",
+ "license": "UNLICENSED"
+ }
+ }
+}
← 6204a23 Add hourly snapshot refresh+rsync script + launchd plist (fi
·
back to Dw Staged Active Viewer
·
(newest)