mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
init
This commit is contained in:
8
packages/cli/src/commands/local/local.ts
Normal file
8
packages/cli/src/commands/local/local.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from 'commander';
|
||||
import { run } from './local.run.js';
|
||||
|
||||
const local = new Command('local');
|
||||
|
||||
local.addCommand(run);
|
||||
|
||||
export { local };
|
||||
Reference in New Issue
Block a user