1
0
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:
Rob Ede 2023-07-18 22:56:47 +01:00
parent 04896c06b9
commit 18a8dbaa8f
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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"