fixed issues w/ accessing website on other computers

This commit is contained in:
2026-07-22 16:26:12 -06:00
parent c1e453d962
commit 8bb76d8e6c
13 changed files with 266 additions and 68 deletions
+7 -9
View File
@@ -121,13 +121,11 @@ developer console.
- Preserve the warning banner and fail-closed unavailable state on desktop and
mobile layouts.
## Deployment boundary
## Demo boundary
Bolt receives a separate dashboard-only project whose root is the contents of
`dashboard/`. Do not import or upload the full private-pipeline repository and
do not rely on a configurable subdirectory working root. The deployable project
contains no `.env`, private `data/`, model artifacts, SQL, pipeline scripts, or
repository history outside the dashboard directory.
See [bolt_deployment.md](bolt_deployment.md) for the reviewed handoff and
post-publication checks.
The current delivery is a same-network live demo started with
`node dashboard/server.mjs --lan`. The local server resolves files only beneath
`dashboard/` and serves only its explicit shell, JavaScript, stylesheet, and
approved aggregate allowlist. It does not expose `.env`, private `data/`, model
artifacts, SQL, pipeline scripts, or repository history. Stop the server after
the demo; no public hosting step is required.