Files
speckle-server/packages/objectsender
Christian Kongsgaard 8f8a7b84d5 Feature: Added diff to @speckle/objectsender (#4646)
* added diffing step to objectsender

* fixed package version

---------

Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
2025-05-29 06:19:20 +02:00
..
2024-07-02 20:22:56 +02:00

objectsender

Utility for sending objects to a Speckle server instance

Testing around / playground

Run yarn example in the app, and open up the URL outputted in the console

Development

For development and/or the example app you can run a dev server in dev mode that will run the util in the browser: yarn dev

To do a real build that will build the library run yarn build.