kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
617bdce375
commit
4e5b263014
|
@ -16,7 +16,7 @@ export default function Providers({ children }: { children: React.ReactNode }) {
|
|||
<AgenticProvider>
|
||||
<ThemeProvider
|
||||
attribute='class'
|
||||
defaultTheme='dark'
|
||||
defaultTheme='light'
|
||||
disableTransitionOnChange
|
||||
>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".next/**", "!.next/cache/**"],
|
||||
"outputLogs": "new-only"
|
||||
"outputLogs": "new-only",
|
||||
"inputs": ["$TURBO_DEFAULT$", ".env", ".env.*"]
|
||||
},
|
||||
"clean": {
|
||||
"cache": false,
|
||||
|
|
Ładowanie…
Reference in New Issue