From 0c3646b456e849d70eb1b423a8cae97050e6ef38 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 17 Jun 2026 20:11:32 +0300 Subject: [PATCH] lint --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index f8d3288c8..3abc24292 100644 --- a/vite.config.js +++ b/vite.config.js @@ -80,7 +80,8 @@ export default defineConfig(async ({ mode, command }) => { cookieDomainRewrite: 'localhost', ws: true, }, - '/auth': { // Mastodon password reset lives here + '/auth': { + // Mastodon password reset lives here target, changeOrigin: true, cookieDomainRewrite: 'localhost',