mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
fixed port in package.json
This commit is contained in:
parent
d2a0aa5227
commit
f32adc7abc
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"zustand": "^5.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"start": "PORT=9191 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ max-fd = 10000
|
|||
|
||||
attach-daemon = celery -A dispatcharr worker -l info
|
||||
attach-daemon = redis-server
|
||||
attach-daemon = PORT=9191 cd /app/frontend && npm run start
|
||||
attach-daemon = cd /app/frontend && npm run start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue