Rewriting the prosody config generator code.
This commit is contained in:
13
server/lib/prosody/config/paths.ts
Normal file
13
server/lib/prosody/config/paths.ts
Normal file
@ -0,0 +1,13 @@
|
||||
interface ProsodyFilePaths {
|
||||
dir: string
|
||||
pid: string
|
||||
error: string
|
||||
log: string
|
||||
config: string
|
||||
data: string
|
||||
modules: string
|
||||
}
|
||||
|
||||
export {
|
||||
ProsodyFilePaths
|
||||
}
|
Reference in New Issue
Block a user