Add static deployment build and guide
This commit is contained in:
@@ -16,6 +16,10 @@ npm run dev
|
||||
npm run build
|
||||
```
|
||||
|
||||
## Static Deployment
|
||||
|
||||
This project also supports a no-backend static build. Run `npm run build:static` and publish the generated `dist-static/` directory to Nginx, object storage, or another static file server. See [DEPLOY_STATIC.md](DEPLOY_STATIC.md) for instructions that can be handed directly to a Git AI deployment agent.
|
||||
|
||||
This starter does not use `wrangler.jsonc`.
|
||||
|
||||
## Included Shape
|
||||
|
||||
Reference in New Issue
Block a user