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

@ -23,6 +23,7 @@ services:
- /dev/bus/usb:/dev/bus/usb - /dev/bus/usb:/dev/bus/usb
ports: ports:
- "1935:1935" - "1935:1935"
- "3000:3000"
- "5000:5000" - "5000:5000"
- "5001:5001" - "5001:5001"
- "8080:8080" - "8080:8080"

View File

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