mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +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",
|
||||
"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"
|
||||
|
Loading…
Reference in New Issue
Block a user