fix(plugin): start moderator reliably and colocate no-reply-api under plugin dir
This commit is contained in:
@@ -16,7 +16,7 @@ export function startNoReplyApi(
|
||||
return;
|
||||
}
|
||||
|
||||
const serverPath = path.resolve(pluginDir, "..", "no-reply-api", "server.mjs");
|
||||
const serverPath = path.resolve(pluginDir, "no-reply-api", "server.mjs");
|
||||
logger.info(`dirigent: resolved serverPath=${serverPath}`);
|
||||
|
||||
if (!fs.existsSync(serverPath)) {
|
||||
|
||||
Reference in New Issue
Block a user