mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
KobaltServer now creates a server file with the port init.
~/.kobalt/kobaltServer.properties
This commit is contained in:
parent
315a4fc501
commit
eb7e6d7108
2 changed files with 32 additions and 5 deletions
|
@ -48,7 +48,7 @@ class KFiles {
|
|||
}
|
||||
|
||||
companion object {
|
||||
internal const val KOBALT_DOT_DIR : String = ".kobalt"
|
||||
const val KOBALT_DOT_DIR : String = ".kobalt"
|
||||
val KOBALT_DIR : String = "kobalt"
|
||||
val HOME_KOBALT_DIR = makeDir(homeDir(".config", KOBALT_DIR))
|
||||
val KOBALT_BUILD_DIR = "kobaltBuild"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue