fixed issues w/ accessing website on other computers
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user