new backend

This commit is contained in:
Flummi
2021-12-04 12:19:47 +01:00
parent d885dd8e4e
commit 43665884f6
42 changed files with 946 additions and 1226 deletions

View File

@@ -1,4 +1,4 @@
import _config from "../../config.json";
import _config from "../../config.json" assert { type: "json" };
let config = JSON.parse(JSON.stringify(_config));