feat(settings): wire ANALYSIS_BACKGROUND into landing loader and add CI notes
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import { Link } from "react-router";
|
||||
import Navbar from "../components/Navbar";
|
||||
import AlpacaAccountInfo from "../components/AlpacaAccountInfo";
|
||||
import { settingsService } from '~/lib/settings.server';
|
||||
|
||||
export async function loader() {
|
||||
const analysisBackground = (await settingsService.get('ANALYSIS_BACKGROUND')) ?? { enabled: false };
|
||||
return { analysisBackground };
|
||||
}
|
||||
|
||||
export default function Landing() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user