Files
xevion.dev/.gitignore
Xevion 9d231e6fdc feat: add ISR cache with stale-while-revalidate pattern
Implements in-memory caching for SSR pages using moka with:
- Configurable fresh/stale TTLs (60s/300s defaults)
- Background refresh for stale entries
- Cache invalidation on project/tag mutations
- Pre-cached icon collections on startup
- Skips cache for authenticated requests
2026-01-12 03:41:06 -06:00

13 lines
104 B
Plaintext

.env*
/*.txt
web/node_modules/
target/
.vscode/
web/build/
web/.svelte-kit/
# Added by cargo
/target