mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 14:26:37 -06:00
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
13 lines
104 B
Plaintext
13 lines
104 B
Plaintext
.env*
|
|
/*.txt
|
|
web/node_modules/
|
|
target/
|
|
.vscode/
|
|
web/build/
|
|
web/.svelte-kit/
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|