Updated Core
This commit is contained in:
parent
8b136eb565
commit
88ebfe4da2
25 changed files with 5678 additions and 1932 deletions
8
dist/app.js
vendored
Executable file
8
dist/app.js
vendored
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env node
|
||||
import "dotenv/config"; // Load Envars
|
||||
import Qualiteer from "qualiteer";
|
||||
|
||||
const qltr = new Qualiteer();
|
||||
await qltr.start();
|
||||
|
||||
process.env.INTERNAL_EXECUTOR = "true";
|
14
dist/bundles/qualiteer-executor.js
vendored
Normal file
14
dist/bundles/qualiteer-executor.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue