Minor Adjustments
This commit is contained in:
parent
1084f5d937
commit
f486d50efa
60 changed files with 1965 additions and 127 deletions
5
libold/common/executor/executor-config.js
Normal file
5
libold/common/executor/executor-config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export const executorLibraryDir = new URL(".", import.meta.url).pathname;
|
||||
export const binName = "qltr-executor";
|
||||
export const configName = "executor.config.mjs";
|
||||
export const scriptName = "qualiteer-executor.mjs";
|
||||
export const entrypointName = "executor-entrypoint.js";
|
Loading…
Add table
Add a link
Reference in a new issue