mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
ommit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
import * as fsp from 'fs/promises';
|
||||
import * as path from 'path';
|
||||
import { command, run, option, oneOf, boolean, flag } from 'cmd-ts';
|
||||
import { boolean, command, flag, oneOf, option, run } from 'cmd-ts';
|
||||
import { z } from 'zod';
|
||||
import packageJson from '../package.json' with { type: 'json' };
|
||||
import { cmd } from './script-lib';
|
||||
|
||||
Reference in New Issue
Block a user