JsRuntimeConfig
@ConfigurationProperties(value = "elide.gvm.js")
JS VM Configuration
Defines configuration structure for JavaScript VMs managed by Elide. Guest VMs are capable of executing user-provided code in a sandbox environment.
Types
Link copied to clipboard
Defines configuration structure for modern ECMAScript Module support within the JS VM. This includes enablement of ESM support and the path to look for modules at.
Link copied to clipboard
Defines configuration structure for NPM/Node module support within the JS VM. This includes enablement of NPM support and the path to look for modules at.