You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix - When more than 1 instance opens and all runs on same port, only last instance should work ColorPickers - Fix values stuck on certian values #jira UE-119923 UE-132969 UE-132506 #ROBOMERGE-OWNER: simon.therriault #ROBOMERGE-AUTHOR: amir.keren #ROBOMERGE-SOURCE: CL 18308154 in //UE5/Release-5.0/... via CL 18308162 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469) #ROBOMERGE-CONFLICT from-shelf [CL 18308356 by simon therriault in ue5-release-engine-test branch]
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"name": "conductor",
|
|
"version": "0.3.55",
|
|
"scripts": {
|
|
"postinstall": "concurrently \"cd ./Client && npm install && cd ..\" \"cd ./Server && npm install && cd ..\"",
|
|
"build": "node ./Scripts/build.js",
|
|
"dev": "concurrently \"cd ./Client && npm start && cd ..\" \"cd Server && npm start && cd ..\"",
|
|
"start": "pushd Server && npm run serve && popd"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"concurrently": "^5.3.0",
|
|
"fs-extra": "^9.0.1"
|
|
}
|
|
}
|