mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-04 02:11:38 +00:00
Add webrtc to bundle
This commit is contained in:
@@ -3,7 +3,7 @@ import addFormats from "ajv-formats";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
const SchemaPath = path.join(__dirname, "..", "..", "..", "assets", "schemas.json");
|
||||
const SchemaPath = path.join(__dirname, "..", "..", "..", "api", "assets", "schemas.json");
|
||||
const schemas = JSON.parse(fs.readFileSync(SchemaPath, { encoding: "utf8" }));
|
||||
|
||||
export const ajv = new Ajv({
|
||||
|
||||
Reference in New Issue
Block a user