JsNpmConfig

@ConfigurationProperties(value = "elide.gvm.js.npm")
interface JsNpmConfig : Toggleable

JS: NPM Configuration

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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val modules: String?

Functions

Link copied to clipboard
open fun isEnabled(): Boolean