Skip to content

Commit

Permalink
fixed docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thecooltechguy committed Feb 23, 2024
1 parent 56e2c66 commit d5e0354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Nav } from "@/components/Nav";
import SettingsUI from "@/components/SettingsUI";
import { Config } from "@/lib/types";

export const dynamic = 'force-dynamic';

export default async function SettingsPage() {
const resp = await fetch(`${process.env.NEXT_PUBLIC_COMFYUI_LAUNCHER_SERVER_URL}/get_config`);
const data = (await resp.json()) as Config;
Expand Down

0 comments on commit d5e0354

Please sign in to comment.