Styled and better process handling
This commit is contained in:
parent
61072ee032
commit
a4aeb113bf
5 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,9 @@ import { rollup } from "rollup";
|
|||
import caxa from "caxa";
|
||||
|
||||
import { verify, normalize } from "./executor-configurator.js";
|
||||
const { default: executorConfig } = await import(path.resolve("executor.config.js"));
|
||||
const { default: executorConfig } = await import(
|
||||
path.resolve("executor.config.js")
|
||||
);
|
||||
|
||||
const __dirname = new URL(".", import.meta.url).pathname;
|
||||
const { default: caxaPackage } = caxa;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
const funcify = (v) => ()=> v;
|
||||
const funcify = (v) => () => v;
|
||||
|
||||
export function verify(config) {
|
||||
for (var k in config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue