[object Object]

← back to HERMES

chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)

d16b2368d61260c13edbc37d002c928e15616eba · 2026-07-03 08:08:06 -0700 · Steve

Files touched

Diff

commit d16b2368d61260c13edbc37d002c928e15616eba
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jul 3 08:08:06 2026 -0700

    chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
 demo/snap.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/snap.mjs b/demo/snap.mjs
index 6e3039d..804944c 100644
--- a/demo/snap.mjs
+++ b/demo/snap.mjs
@@ -7,7 +7,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
 const HTML = path.join(__dirname, 'output', 'index.html');
 const PNG = path.join(__dirname, 'output', 'snapshot.png');
 
-const { chromium } = await import('/Users/stevestudio2/Projects/animals/node_modules/playwright/index.mjs');
+const { chromium } = await import('/Users/macstudio3/Projects/animals/node_modules/playwright/index.mjs');
 
 const browser = await chromium.launch();
 const ctx = await browser.newContext({ viewport: { width: 1600, height: 1100 }, deviceScaleFactor: 2 });

← 5b1199f snapshot: 2 file(s) changed, +2 new  ·  back to HERMES  ·  (newest)