UNPKG

183 BJavaScriptView Raw
1"use strict";
2
3const apemanD = require('apeman-d'),
4 Apemanfile = require.resolve('./Apemanfile.js');
5
6apemanD.start({
7 configuration: Apemanfile
8}).then(() => {
9 /*...*/
10});
\No newline at end of file