add solid devtools

This commit is contained in:
Chris Kruining 2025-02-18 10:51:26 +11:00
parent a9de0c7817
commit 544e974493
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 42 additions and 1 deletions

View file

@ -1,4 +1,5 @@
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
import 'solid-devtools';
mount(() => <StartClient />, document.body);