matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit f44be356930b90ad6158650ee2a3c7ccfb725aea
parent c686f24fa7b6d90ed624e6d103e31b5b0783b153
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  1 Jan 2022 16:15:55 +0100

Fix port for test webserver

Diffstat:
Mplaywright.config.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playwright.config.ts b/playwright.config.ts @@ -107,7 +107,7 @@ const config: PlaywrightTestConfig = { /* Run your local dev server before starting the tests */ webServer: { command: 'npm run dev-tests', - port: 3001, + port: 3000, }, }; export default config;