From 6520352453f5ecdfab50192cb37ee6de9227573e Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 5 Aug 2025 11:03:37 +0200 Subject: [PATCH] Re-export the MasConfig type again --- .../element-web-playwright-common/src/testcontainers/mas.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/element-web-playwright-common/src/testcontainers/mas.ts b/packages/element-web-playwright-common/src/testcontainers/mas.ts index a9f3d553ec..c8605ae5c1 100644 --- a/packages/element-web-playwright-common/src/testcontainers/mas.ts +++ b/packages/element-web-playwright-common/src/testcontainers/mas.ts @@ -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: [