[object Object]

← back to Dw Marketing Reels

Fix console port default 9846->9848 (matches .deploy.conf + README) — 9846 silently collided with live dw-staged-active-viewer

66cb7163aa75017342320db76cb3f270407800f6 · 2026-07-13 14:51:32 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit 66cb7163aa75017342320db76cb3f270407800f6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 13 14:51:32 2026 -0700

    Fix console port default 9846->9848 (matches .deploy.conf + README) — 9846 silently collided with live dw-staged-active-viewer
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.js b/server.js
index 34d7b45..f9d153b 100644
--- a/server.js
+++ b/server.js
@@ -11,7 +11,7 @@ import { fileURLToPath } from 'node:url';
 import { dirname, join, extname, normalize } from 'node:path';
 
 const ROOT = dirname(fileURLToPath(import.meta.url));
-const PORT = Number(process.env.PORT || 9846);
+const PORT = Number(process.env.PORT || 9848);
 const USER = process.env.MKT_USER || 'admin';
 const PASS = process.env.MKT_PASS || 'DW2024!';
 // Generation needs the local render toolchain (Chrome/ffmpeg). On the public

← d02c9bb Fix publish-status unwrap: read Norma's .result envelope + e  ·  back to Dw Marketing Reels  ·  New Arrivals reel (2026-07-13-21-49) + refreshed feed (24 ar 9ed9b0f →