fix development port

This commit is contained in:
Blake Blackshear
2022-05-20 09:27:39 -05:00
parent 3e7ed982d4
commit 2ac28b93f3
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"lint": "eslint ./ --ext .jsx,.js,.tsx,.ts",
"build": "tsc && vite build --base=/BASE_PATH/",
"preview": "vite preview",