Gate live feed staleness and isolate Next dev artifacts

- delay stale status for paused live feeds before surfacing disconnects
- keep `next dev` output separate from production build artifacts
- add coverage for the new live-feed stale threshold
This commit is contained in:
dirtydishes 2026-05-06 22:14:11 -04:00 committed by dirtydishes
parent 4368d6db4c
commit 1161e37ef5
8 changed files with 130 additions and 6 deletions

View file

@ -21,7 +21,8 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
".next/types/**/*.ts",
".next-dev/types/**/*.ts"
],
"exclude": [
"node_modules",