From 54981dcd091d2a50bf9855f21a18617335de8adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Wed, 4 Jun 2025 21:50:30 -0300 Subject: [PATCH] Update svelte config --- svelte.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index d338538..769b401 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -9,6 +9,11 @@ const config = { // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter(), }, + vite: { + server: { + port: 7280, + }, + }, }; export default config;