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.
This commit is contained in:
2024-03-24 12:05:09 -06:00
parent 6f49260c1e
commit 01b5ca6ec8

View File

@@ -4,6 +4,9 @@ import * as path from "path";
// https://vitejs.dev/config/
export default defineConfig({
server: {
port: 8080
},
plugins: [ vue() ],
resolve: {
alias: {