pull/715/head
Travis Fischer 2025-06-25 04:31:27 -05:00
rodzic 617bdce375
commit 4e5b263014
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ export default function Providers({ children }: { children: React.ReactNode }) {
<AgenticProvider> <AgenticProvider>
<ThemeProvider <ThemeProvider
attribute='class' attribute='class'
defaultTheme='dark' defaultTheme='light'
disableTransitionOnChange disableTransitionOnChange
> >
<QueryClientProvider client={queryClient}> <QueryClientProvider client={queryClient}>

Wyświetl plik

@ -5,7 +5,8 @@
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"],
"outputLogs": "new-only" "outputLogs": "new-only",
"inputs": ["$TURBO_DEFAULT$", ".env", ".env.*"]
}, },
"clean": { "clean": {
"cache": false, "cache": false,