feat: Collapse all button + home button in header

This commit is contained in:
root
2026-02-16 12:59:56 +00:00
parent 582a4c619b
commit 2ae7c232f3
2 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"dev": "next dev -p 1284",
"build": "next build",
"start": "next start"
},