fix: update

This commit is contained in:
2024-12-01 23:58:08 +08:00
parent 4148d162e4
commit a4f03c76eb
6 changed files with 85 additions and 14 deletions

8
src/web.ts Normal file
View File

@@ -0,0 +1,8 @@
export * from './page.ts';
export * from './web-context.ts';
export * from './web-config.ts';
export * from 'nanoid';
export * from 'path-to-regexp';
export * from 'eventemitter3';