certd/packages/ui/certd-server/templates/certd-run/index.js

5 lines
134 B
JavaScript
Raw Normal View History

2021-02-04 10:44:16 +00:00
import { Executor } from '@certd/executor'
import options from './options.json'
const executor = new Executor()
executor.run(options)