This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a4d1c0fa49
astro
/
packages
/
integrations
/
preact
/
src
/
client-dev.ts
6 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Revert "Revert preact signals support (#4843)" (#5015) This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-10-10 13:01:15 +00:00
// @ts-ignore
[ci] format
2022-09-07 18:50:48 +00:00
import
'preact/debug'
;
import
clientFn
from
'./client.js'
;
Automatically set up Preact DevTools in dev mode (#4515)
2022-09-07 18:49:07 +00:00
export
default
clientFn
;
Reference in a new issue
Copy permalink