Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm install
npm run dev
```

The scaffold ships with a snapshot of our full-featured mock spec at `docs/openapi/mock.json` (OpenAPI 3.1, 105 operations, 34 webhooks, bearer auth). Replace it with your own OpenAPI 3.x file when you're ready, then restart the dev server so the spec re-parses.
The scaffold ships with a snapshot of our full-featured mock spec at `docs/openapi/mock.json` (OpenAPI 3.1, 107 operations, 34 webhooks, bearer auth). Replace it with your own OpenAPI 3.x file when you're ready, then restart the dev server so the spec re-parses.

## Layout

Expand Down
Loading
Loading