roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
50 stars 17 forks source link

add --cors cli option #53

Open roipoussiere opened 1 year ago

roipoussiere commented 1 year ago

This option will be used to enable CORS, which is useful to let a web client use a local cq-server.

This might allow cq-server ui to run in a VSCode webview (#17).