From 01b5ca6ec895a87a8f1a505f2d8db7b491f81724 Mon Sep 17 00:00:00 2001 From: Jason Buchanan Date: Sun, 24 Mar 2024 12:05:09 -0600 Subject: [PATCH] chore: update vitejs config to deploy on the same default port as the @vue/cli-service This port is 8080. This is done to not break existing tooling and devops code. --- vite.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.mjs b/vite.config.mjs index ee6a4e02..5eebea23 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -4,6 +4,9 @@ import * as path from "path"; // https://vitejs.dev/config/ export default defineConfig({ + server: { + port: 8080 + }, plugins: [ vue() ], resolve: { alias: {