diff --git a/vite.config.js b/vite.config.js index 8e0e27008..f7d60534a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,4 +14,7 @@ module.exports = defineConfig({ input, }, }, + server: { + port: 1234, + }, })