Skip to content

Commit ad99bdf

Browse files
committed
Add client-only and server-only dependencies
Added 'client-only' and 'server-only' packages to dependencies in package.json to support environment-specific code execution.
1 parent f904767 commit ad99bdf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"dependencies": {
3535
"@objectdocs/cli": "^0.2.5",
3636
"lucide-react": "^0.562.0",
37+
"client-only": "^0.0.1",
38+
"server-only": "^0.0.1",
3739
"next": "^16.1.3"
3840
}
3941
}

0 commit comments

Comments
 (0)