feat: admin auth - UI + form fields per provider + refresh
This commit is contained in:
4
wiki.js
4
wiki.js
@@ -90,8 +90,8 @@ const init = {
|
||||
console.warn('--- >>>>>>>>>>>>>>>>>>>>>>>>>>>> ---')
|
||||
console.warn('--- Changes detected: Restarting ---')
|
||||
console.warn('--- <<<<<<<<<<<<<<<<<<<<<<<<<<<< ---')
|
||||
global.wiki.server.destroy(() => {
|
||||
global.wiki = {}
|
||||
global.WIKI.server.destroy(() => {
|
||||
global.WIKI = {}
|
||||
for (const workerId in cluster.workers) {
|
||||
cluster.workers[workerId].kill()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user