Skip to content

Commit

Permalink
docs(changeset): remove unnecessary devtools server
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 23, 2023
1 parent d99d67a commit 2cf0023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-houses-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vinxi/devtools": patch
---

remove unnecessary devtools server
15 changes: 0 additions & 15 deletions packages/vinxi-devtools/devtools.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/vinxi-devtools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ function DemoPlugin() {
};
}

export const devtoolsServer = () => {
return {
name: "devtools-server",
mode: "handler",
handler: fileURLToPath(new URL("./devtools.js", import.meta.url)),
target: "server",
base: "/__devtools/server",
};
};

export const devtoolsRpc = () => {
return {
name: "devtools-rpc",
Expand Down

0 comments on commit 2cf0023

Please sign in to comment.