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