refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools
This commit is contained in:
parent
9f5abf727d
commit
0b78d5cf32
16 changed files with 34 additions and 11 deletions
|
|
@ -94,5 +94,5 @@ export type PluginType = 'storage' | 'generator';
|
|||
export type PluginFromType<T extends PluginType> = T extends 'storage'
|
||||
? StoragePlugin
|
||||
: T extends 'generator'
|
||||
? GeneratorPlugin
|
||||
: never;
|
||||
? GeneratorPlugin
|
||||
: never;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue