twinforgecli 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/package.json +9 -2
package/dist/index.js
CHANGED
|
@@ -15284,6 +15284,8 @@ async function importServerEntry() {
|
|
|
15284
15284
|
if (isModuleNotFoundError(err) && missingServerEntrypoint) {
|
|
15285
15285
|
throw new Error(
|
|
15286
15286
|
`Could not locate a TwinForge server entrypoint.
|
|
15287
|
+
The standalone CLI ships client-only. To run a local TwinForge instance, install the server package alongside it:
|
|
15288
|
+
npm install -g @paperclipai/server
|
|
15287
15289
|
Tried: ${devEntry}, @paperclipai/server
|
|
15288
15290
|
${formatError(err)}`
|
|
15289
15291
|
);
|