chore(ui): remove solid-devtools

It's a chrome extension which is pointless inside of webview which is webkit.
This commit is contained in:
Brian McGee
2025-07-22 16:35:01 +01:00
parent ee9ae21bd2
commit 5f290fed7f
4 changed files with 0 additions and 152 deletions

View File

@@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import solidPlugin from "vite-plugin-solid";
import solidSvg from "vite-plugin-solid-svg";
import devtools from "solid-devtools/vite";
import path from "node:path";
import { exec } from "child_process";
@@ -38,7 +37,6 @@ export default defineConfig({
Uncomment the following line to enable solid-devtools.
For more info see https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#readme
*/
devtools(),
solidPlugin(),
solidSvg(),
regenPythonApiOnFileChange(),