docs · deploy

Deploy

Push the bundle. Claim for env. Ship.

Build

luminaweb build --target edge --out dist
# dist/server.mjs
# dist/client/bundle.js
# dist/client/index.html
# dist/manifest.json

Deploy

luminaweb deploy

Anonymous deploys work first. The bundle is uploaded to edge.luminaweb.app and served from a fresh subdomain within seconds.

Claim

export LUMINAWEB_TOKEN=...
luminaweb claim

Claiming enables server-only env (.env.luminaweb.server), outbound fetch, and a stable subdomain.

Reserve a subdomain

luminaweb domains add my-app.luminaweb.app

Inspect

luminaweb inspect my-app.luminaweb.app
luminaweb db list my-app.luminaweb.app
luminaweb logs my-app.luminaweb.app