1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

use same port in Vue UI as pre-upgrade

This commit is contained in:
Rob Ede
2023-07-18 22:56:47 +01:00
parent 04896c06b9
commit 18a8dbaa8f

View File

@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"dev": "vite --port=8081",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview --port=8081"
},
"dependencies": {
"vue": "^3.3.4"