mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
use same port in Vue UI as pre-upgrade
This commit is contained in:
parent
04896c06b9
commit
18a8dbaa8f
@ -3,9 +3,9 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite --port=8081",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview --port=8081"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.3.4"
|
"vue": "^3.3.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user