From 7843621c21ef7bc4e00a808baca9f0cc165a1285 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 25 Mar 2026 23:56:41 -0700 Subject: [PATCH] =?UTF-8?q?chore(webmap):=20=F0=9F=94=A7=20Update=20deploy?= =?UTF-8?q?ment=20seed=20instructions/config=20for=20webmap=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/webmap/DEPLOYMENT_SEEDS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/webmap/DEPLOYMENT_SEEDS.md b/features/webmap/DEPLOYMENT_SEEDS.md index e47622ecd..d9472e8ae 100644 --- a/features/webmap/DEPLOYMENT_SEEDS.md +++ b/features/webmap/DEPLOYMENT_SEEDS.md @@ -87,7 +87,7 @@ This ensures idempotent regeneration - the same deployment always gets the same ## Adding New Deployments -1. Create deployment config at `codebase/@deployments/.www/src/config.ts` +1. Create deployment config at `deployments/@domains/.www/root/src/config.ts` 2. Export `config: DeploymentConfig` with `id`, `brand`, `theme`, etc. 3. Run `./run dev` or manually regenerate seeds 4. The new deployment is automatically included in webmap routing @@ -142,7 +142,7 @@ This ensures seeds are always up-to-date with deployment configs. **Deployment Configs** (`002_deployment_configs.sql`): - **Auto-generated** - never edit manually - Git-ignored (regenerated on each migration) -- Source of truth is `codebase/@deployments/*/src/config.ts` +- Source of truth is `deployments/@domains/*/root/src/config.ts` ## Rollback