index.ts 521 B

1234567891011
  1. /**
  2. * Web shell library entry. The shell's product is {@link AppWebEntry} —
  3. * apps/web's Vite entry runs it against #root. The boot page and fiber-state
  4. * projection remain internal; the static module table and its platform words
  5. * form the package's build-time contract.
  6. * @module @deepseek-ai/dsh-client-web
  7. */
  8. export { AppWebEntry, type BootSeams } from './boot.ts'
  9. export { getStaticModules } from './seed.ts'
  10. export { PLATFORM_MODULES, PRELOADED_CLIENT_EXTERNALS, type PlatformModule } from './platform.ts'