mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Re-export the MasConfig type again
This commit is contained in:
parent
5360f309f1
commit
6520352453
@ -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: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user