chore(ui): remove solid-devtools
It's a chrome extension which is pointless inside of webview which is webkit.
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user