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
This commit is contained in:
2025-12-11 17:58:10 -06:00
parent 2532a21772
commit b4022ff9db
4 changed files with 65 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ if (
// https://astro.build/config
export default defineConfig({
outDir: "../public",
build: {
assets: "assets",
},