api: convert service config to JS and remove it from main config

This commit is contained in:
wukko
2024-08-03 16:27:20 +06:00
parent 3a2504ae87
commit 332eae16b2
8 changed files with 206 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
import { services } from "../config.js";
import { services } from "./service-config.js";
import { strict as assert } from "node:assert";
import psl from "psl";