mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
api/config: remove unused cluster import
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run service tests / test service functionality (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
a7bf5c525d
commit
7f5a9cfa75
@ -1,6 +1,5 @@
|
||||
import { getVersion } from "@imput/version-info";
|
||||
import { loadEnvs, validateEnvs, setupEnvWatcher } from "./core/env.js";
|
||||
import * as cluster from "./misc/cluster.js";
|
||||
|
||||
const version = await getVersion();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user