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 .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": false,
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand Down
3 changes: 1 addition & 2 deletions .changeset/initial-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'@solidjs/start-devtools': minor
"@solidjs/start-devtools": major
---

Add the Start development toolbar, runtime error overlay, and server-function inspector.

8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@solidjs/start-devtools": "0.0.0"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Development error and server-function tooling for Solid Start mode.
`@solidjs/start-devtools` provides the toolbar used by the Solid Vite plugin in development. It includes runtime error inspection, source-mapped stack frames, and server-function request and response inspection.

```sh
pnpm add @solidjs/start-devtools
pnpm add @solidjs/start-devtools@next
```

The Vite plugin mounts it automatically. Integrations can use the package directly:
Expand Down
Loading