← back to All Dw Landing
config/known-subdomains.json
59 lines
{
"_comment": "Hand-maintained registry of *.designerwallcoverings.com subdomains that are KNOWN to exist (or have a local project). Brand microsites match DB vendors by slug; internal sites are non-brand tools. Edit this file, then re-run scripts/build-sites-json.js.",
"brands": [
{
"slug": "artmura",
"vendor": "Artmura",
"note": "LIVE reference build for the dw-vendor-landing template",
"hasMicrosite": true,
"internalViewer": "http://127.0.0.1:9948 (~/Projects/artmura-internal, pm2 artmura-internal)"
},
{
"slug": "astek",
"vendor": "Astek",
"knownProject": "~/Projects/astek-landing",
"localUrl": "http://127.0.0.1:9944",
"note": "Internal-only editorial landing (Basic-Auth), running on Mac2 :9944 \u2014 vendor-request system live (memo/stock/price REQ emails)",
"hasMicrosite": true
},
{
"slug": "reidwitlin",
"vendor": "Reid Witlin",
"knownProject": "~/Projects/reidwitlin-landing",
"note": "Local project built; deploy status tracked by probe",
"hasMicrosite": true,
"internalViewer": "http://127.0.0.1:9945 (pm2 reidwitlin-landing)"
},
{
"slug": "quadrille",
"vendor": "Quadrille",
"knownProject": "~/Projects/quadrille-house-site",
"note": "Local project built; deploy status tracked by probe",
"hasMicrosite": true,
"internalViewer": "http://127.0.0.1:9947 (~/Projects/quadrille-internal, pm2 quadrille-internal)"
}
],
"internal": [
{
"slug": "new",
"label": "New-import catalog viewer",
"note": "DO NOT TOUCH the new-import-viewer project (live Shopify write machinery)"
},
{
"slug": "pairs",
"label": "Pairs-well-with viewer"
},
{
"slug": "chat",
"label": "Chat agent"
},
{
"slug": "appointments",
"label": "Appointments / smart scheduling"
},
{
"slug": "all",
"label": "This directory site (all-dw-landing)"
}
]
}