No description
Find a file
Jared Miller 726190eaa6
Restructure project files into src and public directories
Moved index.ts to src/server.ts and created stub files for types, db, auth,
and cli modules. Added minimal placeholder for dashboard. Removed generated
README.md in favor of CLAUDE.md and docs/plan.md.
2026-01-28 11:00:19 -05:00
docs Add implementation plan to docs 2026-01-28 10:59:48 -05:00
public Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
src Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
.gitignore Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
biome.json Configure biome to use 2 space indentation 2026-01-28 10:58:51 -05:00
bun.lock Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
CLAUDE.md Update CLAUDE.md with project-specific instructions 2026-01-28 10:59:39 -05:00
justfile Add npm scripts and justfile for development workflow 2026-01-28 10:59:07 -05:00
package.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00
tsconfig.json Restructure project files into src and public directories 2026-01-28 11:00:19 -05:00