10 lines
156 B
Text
10 lines
156 B
Text
|
plugins {
|
||
|
base
|
||
|
id("com.github.node-gradle.node") version "3.0.1"
|
||
|
}
|
||
|
|
||
|
tasks.assemble {
|
||
|
dependsOn("yarn_build")
|
||
|
}
|
||
|
|
||
|
project.buildDir = File(".next")
|