Update mode-toggle and package manager version
Added a function in 'mode-toggle.tsx' to set the theme as a cookie and changed the package manager version in 'package.json'. The theme selection by the user is now stored in a cookie for persistence across sessions, and an upgrade was made to the package manager for improved dependencies management.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"supabase:typegen": "pnpm --filter '@kit/supabase-config' typegen"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"packageManager": "npm@10.2.3",
|
||||
"packageManager": "pnpm@8.15.5",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*",
|
||||
|
||||
Reference in New Issue
Block a user