Skip to content

Commit 116c373

Browse files
unisol1020mrzachnugent
authored andcommitted
fix: update import path for init command in CLI
1 parent 7d8b0f6 commit 116c373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
import { add } from '@/src/commands/add';
3-
import { init } from './commands/init';
3+
import { init } from '@/src/commands/init';
44

55
import { Command } from 'commander';
66

0 commit comments

Comments
 (0)