mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-16 11:35:33 +00:00
Move schemas to /src/util/schemas
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
const path = require("path");
|
||||
const fs = require("fs");
|
||||
const TJS = require("typescript-json-schema");
|
||||
require("missing-native-js-functions");
|
||||
const schemaPath = path.join(__dirname, "..", "assets", "schemas.json");
|
||||
|
||||
const settings = {
|
||||
|
||||
Reference in New Issue
Block a user