chore: config port change

This commit is contained in:
2024-04-14 00:12:47 +02:00
parent e72b73ccf0
commit 99cbde3828
+1 -1
View File
@@ -6,7 +6,7 @@ import { VitePWA } from 'vite-plugin-pwa';
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
server: { server: {
port: 2137, port: 2138,
}, },
plugins: [ plugins: [
vue(), vue(),