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;