mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
refactor: move
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { Executor } from '@certd/executor'
|
||||
import options from './options.json'
|
||||
const executor = new Executor()
|
||||
executor.run(options)
|
||||
Reference in New Issue
Block a user