[object Object]

← back to Retrowalls

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

b9d8b89562c7dd67e90190ccd0c1e0c51dae3880 · 2026-07-03 08:08:16 -0700 · Steve

Files touched

Diff

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

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

diff --git a/scripts/pull-from-shopify.js b/scripts/pull-from-shopify.js
index 91814e9..f7e78c9 100644
--- a/scripts/pull-from-shopify.js
+++ b/scripts/pull-from-shopify.js
@@ -80,6 +80,6 @@ function classifyForSite(tags, title) {
   for (const p of retro) byA[p.aesthetic] = (byA[p.aesthetic] || 0) + 1;
   console.log('aesthetics:', byA);
 
-  fs.writeFileSync('/Users/stevestudio2/Projects/retrowalls/data/products.json', JSON.stringify(retro, null, 2));
+  fs.writeFileSync('/Users/macstudio3/Projects/retrowalls/data/products.json', JSON.stringify(retro, null, 2));
   console.log('wrote products.json');
 })();

← 1cf0d0e Mount new-arrivals promo strip (Tier B): require ../_shared/  ·  back to Retrowalls  ·  corner-nav: move login to its own hamburger in upper-left (p 6502ef1 →