add solid devtools
This commit is contained in:
parent
a9de0c7817
commit
544e974493
4 changed files with 42 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
// @refresh reload
|
||||
import { mount, StartClient } from "@solidjs/start/client";
|
||||
import 'solid-devtools';
|
||||
|
||||
mount(() => <StartClient />, document.body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue