init commit

This commit is contained in:
Raymond Yang
2023-06-26 11:53:06 +08:00
commit f288fb7c4b
16 changed files with 525 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.ray650128.pcredive.ApplicationKt.module ]
}
}