We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8b0f6 commit 116c373Copy full SHA for 116c373
apps/cli/src/index.ts
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
import { add } from '@/src/commands/add';
3
-import { init } from './commands/init';
+import { init } from '@/src/commands/init';
4
5
import { Command } from 'commander';
6
0 commit comments