We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7170e8 commit 161d9f0Copy full SHA for 161d9f0
hivemq-edge-frontend/build.gradle.kts
@@ -20,6 +20,9 @@ tasks.withType<PnpmTask>().configureEach {
20
}
21
22
val buildFrontend by tasks.registering(PnpmTask::class) {
23
+ environment = mapOf(
24
+ "NODE_OPTIONS" to "--max-old-space-size=4096",
25
+ )
26
pnpmCommand.set(listOf("build", "--base=/app"))
27
dependsOn(tasks.pnpmInstall)
28
inputs.dir(project.fileTree("src"))
0 commit comments