Does generated code work offline without Internet access?

Does this tool support working in LAN env without internet access? I mean the generated code.

Hi @disappointed_gecko! Yes, it does if you use codegen. The only thing that does not work locally is image optimization (which relies in loading images from Plasmic server).

@tiago Thanks. Can I turn image optimization off? I have my own storage server.

Yes! Check the value of images.scheme is in your plasmic.json file. Plasmic will use image optimization only if it’s set to “cdn”. If that’s the case, change it to some other option such as “public-files” (see options here: https://docs.plasmic.app/learn/plasmic-json/#imagesscheme)