openclaw/apps/web/lib/workspace-seed.ts
kumarabhirup 8deeccf646
feat(web): add workspace app tabs and embedded runtime
This makes Dench apps behave like first-class workspace views with persistent tabs and embedded app loading instead of exposing raw folders.
2026-03-08 21:47:41 -07:00

6 lines
121 B
TypeScript

export {
buildDenchClawIdentity,
seedWorkspaceFromAssets,
seedSampleApp,
} from "../../../src/cli/workspace-seed";