Files
andrea botti a1c5e3bd21 [RemoteControl]
Fix Undo/Redo crash with the WebApp open while calling the OnPropertyUnexposed.
Fix Rename issue in the WebApp and OnFieldsRenamed never broadcasted in the Engine.
Fix Rename Transaction not created correctly.
Fix RCTransactionListener not keeping the Delegate by reference causing the system to not call bound function to the Delegate if they were bound after the creation of the TransactionListener.

#rb jeremie.roy

[CL 29711290 by andrea botti in ue5-main branch]
2023-11-14 08:59:44 -05:00

16 lines
483 B
JSON

{
"name": "conductor",
"version": "0.3.92",
"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"
}
}