Add webrtc to bundle

This commit is contained in:
Madeline
2022-09-16 13:23:50 +10:00
parent 690faeb52c
commit 2453c2e73d
8 changed files with 430 additions and 10 deletions
+1 -1
View File
@@ -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({