Commit Graph

12 Commits

Author SHA1 Message Date
b4022ff9db chore: add bacon config and improve dev workflow
- Add bacon.toml for Rust development watching with keybindings
- Update Justfile to use bacon for dev watching
- Configure frontend to build to ./public for backend serving
- Improve Justfile organization with comments and better task separation
- Add dev-backend and dev-frontend tasks for separate workflows
- Minor formatting fix in backend/src/state.rs
2025-12-11 17:58:10 -06:00
006055cb7f chore: add Justfile, apply clippy fixes, add frontend type checking
- Add Justfile with comprehensive development workflow commands (check,
lint, build, docker, etc.)
- Add @astrojs/check and typescript dependencies for frontend type
checking
2025-12-11 12:15:51 -06:00
8431290ea7 fix: RAILWAY_PUBLIC_DOMAIN envvar not resolving, add fallback & warning, change Dockerfile interpolation 2025-08-20 16:45:18 -05:00
cdbc474819 Pass ARG RAILWAY_PUBLIC_DOMAIN 2025-01-02 16:56:06 -06:00
a5e93f2afc debug log RAILWAY_PUBLIC_DOMAIN 2025-01-02 16:46:30 -06:00
e61c4715e1 Switch from preact to react 2025-01-02 10:36:58 -06:00
846a9adb51 fix preact.devtools config 2024-12-23 20:24:58 -06:00
841203b0a6 fix process.env/import.meta.env usages, TODO linting, fix Emboldened hexadecimal null handling 2024-12-23 18:13:27 -06:00
069471145a Place assets under /assets 2024-12-22 12:33:11 -06:00
a0417e0b19 Set proper site URL, preact devtools, sitemap, robots.txt 2024-12-22 03:08:44 -06:00
2eb8f2ee30 Teardown astrojs base, use tailwindcss, preact, sitemap 2024-12-22 02:22:24 -06:00
101ffe3172 demo astrojs frontend 2024-12-22 01:20:06 -06:00