fix: add app-barowser for browser

This commit is contained in:
2025-06-12 15:02:16 +08:00
parent 324c4e9862
commit d2ebb5f488
4 changed files with 30 additions and 5 deletions

5
src/app-browser.ts Normal file
View File

@@ -0,0 +1,5 @@
import { QueryRouterServer } from './browser.ts';
export const App = QueryRouterServer;
export * from './browser.ts';