What is server-cli-only?
"The server-cli-only package is designed to restrict the import of modules exclusively to React Server Components or scripts running on the CLI."
server-cli-only is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 5.8 KB on disk.
Installation Guide
# Install via NPM
npm install server-cli-only
# Install via Yarn
yarn add server-cli-only