You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this package in a vite project, and I currently have to copy the .wasm file from node_modules into my /assets directory so that the production builds have access to the .wasm file. The issue I'm running into is that I want to keep the wasm file outside the /assets directory, but I cannot find how to tell rhino3dm where to look for the file. Is there a way to manually set the path to the .wasm file? Thanks :)
The text was updated successfully, but these errors were encountered:
Hello,
I'm using this package in a vite project, and I currently have to copy the .wasm file from node_modules into my /assets directory so that the production builds have access to the .wasm file. The issue I'm running into is that I want to keep the wasm file outside the /assets directory, but I cannot find how to tell rhino3dm where to look for the file. Is there a way to manually set the path to the .wasm file? Thanks :)
The text was updated successfully, but these errors were encountered: