Running Needle Engine Offline

Want to run needle engine from a file:/// and not have to run a http:// server

Original Post on Discord

by user 919810177643999253

Just do a dev or production build and run the HTML file that’s in the resulting dist folder.
Builds don’t require any server for regular operation, the local server is only used for development (live reloads, typescript compilation, bundling, etc.)

That is what I suspected but one of my developers was stating that the server was required. Which did not seem right. Thank you for confirming.

I assume them the only limitations may be with a browsers willingness to run local files

by user 919810177643999253