StackBlitz
WebContainer project configuration
| Type | object |
|---|---|
| File match |
.stackblitzrc
**/.stackblitz/config.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/stackblitz/latest.json |
| Source | https://www.schemastore.org/stackblitzrc.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
installDependencies
boolean
Defaults to true. Set to false to disable.
startCommand
boolean | string
If not provided, a command may be inferred based on the project files (e.g. running npm start).
env
Record<string, boolean | string | number>