remove legacy backend stack and stale deployment docs after rebuild

This commit is contained in:
2026-02-23 23:43:33 -05:00
parent 6012dd3fcf
commit 2987ac06fa
40 changed files with 38 additions and 3163 deletions

View File

@@ -3,7 +3,7 @@ import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Fiscal Clone',
description: 'Futuristic fiscal intelligence terminal powered by Better Auth and durable AI tasks.'
description: 'Futuristic fiscal intelligence terminal with durable tasks and OpenClaw integration.'
};
export default function RootLayout({ children }: { children: React.ReactNode }) {