New debug mode:
Debug mode is no more triggered by the NODE_ENV value, but by testing the existance of a file in the plugin data directory.
This commit is contained in:
committed by
John Livingston
parent
f8b83defb5
commit
b4dabfeeb9
@ -5,6 +5,6 @@ export async function diagBackend (test: string, _options: RegisterServerOptions
|
||||
const result = newResult(test)
|
||||
result.label = 'Backend connection'
|
||||
result.ok = true
|
||||
result.next = 'webchat-video'
|
||||
result.next = 'debug'
|
||||
return result
|
||||
}
|
||||
|
Reference in New Issue
Block a user