Skip to content

Commit d90aeb7

Browse files
committed
Nit: Update comment to refer to "fullstack" layout
1 parent 1a543ac commit d90aeb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kobweb/src/main/kotlin/com/varabyte/kobweb/cli/common/GradleUtils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ class KobwebGradle(private val env: ServerEnvironment, projectDir: File) : Close
154154
}
155155

156156
fun export(siteLayout: SiteLayout, extraGradleArgs: List<String> = emptyList()): Handle {
157-
// Even if we are exporting a non-Kobweb layout, we still want to start up a dev server using a Kobweb layout so
158-
// it looks for the source files in the right place.
157+
// Even if we are exporting a non-fullstack layout, we still want to start up a dev server using a fullstack
158+
// layout so it looks for the source files in the right place.
159159
return gradlew(
160160
"kobwebExport",
161161
"-PkobwebReuseServer=false",

0 commit comments

Comments
 (0)