fix: port option (#11)

This commit is contained in:
Sibbngheid 2020-08-29 01:02:33 +03:00 committed by GitHub
parent f0ac15c62f
commit 0b1573cfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite -p 3333 --open", "dev": "vite --port 3333 --open",
"build": "cross-env NODE_ENV=production vite build" "build": "cross-env NODE_ENV=production vite build"
}, },
"dependencies": { "dependencies": {