mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
* llms.txt/llms-full.txt/.md docs routes, SSR * Fixes! * Tests! * More fixes * Fix SSR! * Update bin/docker-entrypoint Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Use Bun for SSR! --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
4 lines
103 B
Text
4 lines
103 B
Text
web: bin/rails server -b 0.0.0.0
|
|
css: bin/rails tailwindcss:watch
|
|
vite: bin/vite dev
|
|
ssr: bin/vite ssr
|