Skip to content

Commit b456920

Browse files
committed
add dist
1 parent d50b455 commit b456920

File tree

890 files changed

+20938
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

890 files changed

+20938
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*-debug.log
22
*-error.log
3-
/dist
43
/tmp
54
node_modules
65
!**/__fixtures__/**/node_modules

dist/commands/ai/ai-start.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import type { OptionValues } from 'commander';
2+
import type BaseCommand from '../base-command.js';
3+
interface AIStartOptions extends OptionValues {
4+
debug?: boolean;
5+
}
6+
export declare const aiStartCommand: (options: AIStartOptions, command: BaseCommand) => Promise<void>;
7+
export {};
8+
//# sourceMappingURL=ai-start.d.ts.map

dist/commands/ai/ai-start.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)