Rewriting the prosody config generator code.

This commit is contained in:
John Livingston
2021-04-30 16:22:58 +02:00
parent c19035c0b7
commit 1c0fbe743f
3 changed files with 243 additions and 122 deletions

View File

@ -0,0 +1,13 @@
interface ProsodyFilePaths {
dir: string
pid: string
error: string
log: string
config: string
data: string
modules: string
}
export {
ProsodyFilePaths
}