Skip to content

Commit 1e610e6

Browse files
committed
Add client-only and server-only to devDependencies
Added 'client-only' and 'server-only' packages at version 0.0.1 to devDependencies in package.json to support environment-specific code. Updated pnpm-lock.yaml to reflect these new dependencies.
1 parent 0c0cce3 commit 1e610e6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@objectdocs/cli": "workspace:*",
14-
"next": "^16.1.2"
14+
"client-only": "^0.0.1",
15+
"next": "^16.1.2",
16+
"server-only": "^0.0.1"
1517
}
1618
}

pnpm-lock.yaml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)