Today, new EdgeSpark projects start with one default production environment. That meansDocumentation Index
Fetch the complete documentation index at: https://docs.edgespark.dev/llms.txt
Use this file to discover all available pages before exploring further.
edgespark deploy updates the live project environment directly.
Deploy
Dry run
Validate your build without deploying:What a deploy does
When you runedgespark deploy:
- Schema sync — refreshes generated files in
server/src/__generated__/ - Type check — verifies your code has no TypeScript errors
- Build — compiles your application to a single bundle
- Route analysis — scans and reports your routes grouped by auth convention
- Deploy — uploads your bundle and makes it live on the current default environment
Current public environment model
Right now, EdgeSpark does not publicly expose a separate staging environment for newly created projects. So:- there is no public staging URL yet
- there is no public
deploy promoteworkflow to document yet - you should treat
edgespark deployas a deploy to the current live project environment
Staging support is coming soon. When it lands, the docs will add the isolated staging workflow and promotion model.
See also
The deploy pipeline
Detailed walkthrough of every step in
edgespark deploy.Environments
The current single-environment model and what is coming next for staging.