-
- {currentItem?.icon}
- {currentItem?.name}
-
-
- {currentItem?.category === "projects" ? `${progress}% complete` : `${tasks.length} total tasks`}
-
+
+
+
+
+ {currentItem?.icon}
+ {currentItem?.name}
+
+
+ {currentItem?.category === "projects" ? `${progress}% complete` : `${tasks.length} total tasks`}
+
+
{currentItem?.category === "projects" && (
diff --git a/package.json b/package.json
index 4db8c8c..fa9bd02 100644
--- a/package.json
+++ b/package.json
@@ -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"
},