mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
feat: installer offers option to install web bundles
This commit is contained in:
@@ -115,6 +115,11 @@ class ConfigLoader {
|
||||
return path.join(__dirname, '..', '..', '..', 'bmad-core');
|
||||
}
|
||||
|
||||
getDistPath() {
|
||||
// Get the path to dist directory relative to the installer
|
||||
return path.join(__dirname, '..', '..', '..', 'dist');
|
||||
}
|
||||
|
||||
getAgentPath(agentId) {
|
||||
return path.join(this.getBmadCorePath(), 'agents', `${agentId}.md`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user