seperate all config files, move so i can just call @config
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
e98eebbb47
commit
9d8b3eb969
13 changed files with 77 additions and 76 deletions
|
@ -1,10 +1,7 @@
|
|||
import { readdir } from "node:fs/promises";
|
||||
import { extname, join, resolve } from "node:path";
|
||||
import { pathToFileURL } from "node:url";
|
||||
import {
|
||||
cassandra as cassandraConfig,
|
||||
verifyRequiredVariables,
|
||||
} from "@config/environment";
|
||||
import { cassandra as cassandraConfig, verifyRequiredVariables } from "@config";
|
||||
import { logger } from "@creations.works/logger";
|
||||
import { cassandra } from "@lib/cassandra";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue