Re-export the MasConfig type again

This commit is contained in:
Quentin Gliech 2025-08-05 11:03:37 +02:00
parent 5360f309f1
commit 6520352453

View File

@ -18,13 +18,14 @@ import * as YAML from "yaml";
import { getFreePort } from "../utils/port.js";
import { deepCopy } from "../utils/object.js";
import { type Credentials } from "../utils/api.js";
// This file can be updated by running:
//
// curl -sL https://element-hq.github.io/matrix-authentication-service/config.schema.json \
// | npx json-schema-to-typescript -o packages/element-web-playwright-common/src/testconainers/mas-config.ts
import type { RootConfig as MasConfig } from "./mas-config.js";
export { type MasConfig };
const DEFAULT_CONFIG = {
http: {
listeners: [