diff --git a/.idea/artifacts/dummy_js_0_1_0_SNAPSHOT.xml b/.idea/artifacts/dummy_js_0_1_0_SNAPSHOT.xml
index 6b3bdbd..e64b3a9 100644
--- a/.idea/artifacts/dummy_js_0_1_0_SNAPSHOT.xml
+++ b/.idea/artifacts/dummy_js_0_1_0_SNAPSHOT.xml
@@ -1,6 +1,8 @@
$PROJECT_DIR$/build/libs
-
+
+
+
\ No newline at end of file
diff --git a/.idea/artifacts/dummy_jvm_0_1_0_SNAPSHOT.xml b/.idea/artifacts/dummy_jvm_0_1_0_SNAPSHOT.xml
index f9874f6..e2c9aef 100644
--- a/.idea/artifacts/dummy_jvm_0_1_0_SNAPSHOT.xml
+++ b/.idea/artifacts/dummy_jvm_0_1_0_SNAPSHOT.xml
@@ -1,6 +1,8 @@
$PROJECT_DIR$/build/libs
-
+
+
+
\ No newline at end of file
diff --git a/src/jvmMain/kotlin/nl/astraeus/tmpl/Main.kt b/src/jvmMain/kotlin/nl/astraeus/tmpl/Main.kt
index 74beed4..e582266 100644
--- a/src/jvmMain/kotlin/nl/astraeus/tmpl/Main.kt
+++ b/src/jvmMain/kotlin/nl/astraeus/tmpl/Main.kt
@@ -58,7 +58,7 @@ fun main() {
.setServerOption(UndertowOptions.SHUTDOWN_TIMEOUT, 1000)
.build()
- println("Starting undertow server at port 6007...")
+ println("Starting undertow server at port $SERVER_PORT...")
server?.start()
}