feat(cli): improve "up" command output and flow a lot

This commit is contained in:
Joakim Carlstein 2023-11-17 11:42:20 +01:00
parent e5eec7cdf1
commit 59ec16b87b
14 changed files with 533 additions and 62 deletions

View file

@ -1,5 +1,5 @@
export * from './types.js';
export const emigrate = () => {
console.log('Done!');
// console.log('Done!');
};