opencode/packages/stats
2026-05-21 10:25:11 -05:00
..
app wip: stats 2026-05-21 10:22:11 -05:00
core wip: stats 2026-05-21 10:25:11 -05:00
README.md wip: stats 2026-05-21 10:22:11 -05:00

OpenCode Stats

Stats is a separate site from the console. The initial scaffold keeps runtime and database code in core and the SolidStart website in app.

Packages

  • app: SolidStart frontend/site.
  • core: Effect services, app config, and Drizzle schema/migration stubs.

Commands

  • bun run dev:stats from the repo root starts the SolidStart app.
  • bun run --cwd packages/stats/app typecheck typechecks the site.
  • bun run --cwd packages/stats/core typecheck typechecks the Effect/database package.