Files
speckle-server/packages/objectsender
Kristaps Fabians Geikins 1d2a594f0a chore: upgrade TS 5.2 -> 5.7.3 & ESLint to 9.20.1 (#4032)
* chore: upgrade TS 5.2 -> 5.7.3

* vite dts fix

* lint fix

* resolutions fix

* ui comp build fix

* precommit fix?

* latest eslint version

* autoloader fix

* undo unnecessary viewer change

* eslint fixes fe2 + trying disabled type linting

* lint fixes
2025-02-20 14:18:18 +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.