fix(jsx-explorer): support browser env

This commit is contained in:
三咲智子 Kevin Deng
2024-09-07 04:56:24 +08:00
parent 45383745b4
commit 455ae7182d
6 changed files with 137 additions and 679 deletions

1
packages/jsx-explorer/src/env.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="vite/client" />