feat: expand theme options and update theme handling in ThemeProvider and layout

This commit is contained in:
2025-06-25 18:27:38 -05:00
parent 779ed06e35
commit 99bccf4444
6 changed files with 187 additions and 12 deletions

View File

@@ -3,9 +3,9 @@
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 40625",
"dev": "next dev -p 40624",
"build": "next build",
"start": "next start -p 40625",
"start": "next start -p 40624",
"lint": "next lint"
},
"dependencies": {