mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 15:05:06 +01:00
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
plugins {
|
|
id("com.moowork.node") version "1.3.1"
|
|
}
|
|
|
|
node {
|
|
workDir = file("${project.projectDir}/react/")
|
|
nodeModulesDir = file("${project.projectDir}/react/node_modules")
|
|
} |