init commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
ktor {
|
||||
deployment {
|
||||
port = 8080
|
||||
port = ${?PORT}
|
||||
}
|
||||
application {
|
||||
modules = [ com.ray650128.pcredive.ApplicationKt.module ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user