Disable static caching for live terminal routes

This commit is contained in:
dirtydishes 2026-05-04 04:40:35 -04:00
parent 820681f7b6
commit 85dfebb8f0
5 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import { ChartsRoute } from "../terminal";
export const dynamic = "force-dynamic";
export default function Page() {
return <ChartsRoute />;
}