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>
|
<AgenticProvider>
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
attribute='class'
|
attribute='class'
|
||||||
defaultTheme='dark'
|
defaultTheme='light'
|
||||||
disableTransitionOnChange
|
disableTransitionOnChange
|
||||||
>
|
>
|
||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Ładowanie…
Reference in New Issue