feat(voyage)!: rename commands, templates, fixtures for v4.0.0 [skip-docs]
This commit is contained in:
parent
a975c9943c
commit
47a4ad47d8
23 changed files with 99 additions and 98 deletions
|
|
@ -20,7 +20,7 @@ import { runHook } from '../helpers/hook-helper.mjs';
|
|||
|
||||
const HERE = dirname(fileURLToPath(import.meta.url));
|
||||
const ROOT = join(HERE, '..', '..');
|
||||
const COMMAND_FILE = join(ROOT, 'commands', 'ultracontinue-local.md');
|
||||
const COMMAND_FILE = join(ROOT, 'commands', 'trekcontinue.md');
|
||||
const PRE_BASH = join(ROOT, 'hooks', 'scripts', 'pre-bash-executor.mjs');
|
||||
|
||||
function readCommand() {
|
||||
Loading…
Add table
Add a link
Reference in a new issue