@foldkit/devtools
Advanced tools
+4
-4
| { | ||
| "name": "@foldkit/devtools", | ||
| "version": "0.148.1", | ||
| "version": "0.148.2", | ||
| "description": "In-browser DevTools overlay for Foldkit applications", | ||
@@ -31,5 +31,5 @@ "type": "module", | ||
| "vitest": "^4.1.9", | ||
| "@foldkit/ui": "0.148.1", | ||
| "@foldkit/vite-plugin": "0.16.0", | ||
| "foldkit": "0.148.1" | ||
| "@foldkit/ui": "0.148.2", | ||
| "@foldkit/vite-plugin": "0.16.1", | ||
| "foldkit": "0.148.2" | ||
| }, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
+2
-2
@@ -36,5 +36,5 @@ # @foldkit/devtools | ||
| The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core runtime. | ||
| The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core Runtime. | ||
| To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the runtime mounts it: | ||
| To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the Runtime mounts it: | ||
@@ -41,0 +41,0 @@ ```typescript |