Closed GurinderRawala closed 2 months ago
The pull request introduces several modifications across different files. A new section for building the server has been added to the README.md
, providing users with the command npm run build
. In src/api/server.js
, the CORS configuration has been changed to allow requests from any origin. The inviteDriver
function in src/driver/driver-operations.js
now includes a log
parameter for enhanced logging capabilities. Additionally, the createInviteDriver
method in src/driver/driver.js
has been modified to accept the log
parameter, improving its logging functionality.
File | Change Summary |
---|---|
README.md | Added "Build server" section with command npm run build . |
src/api/server.js | Modified CORS configuration to allow requests from any origin (* ). |
src/driver/driver-operations.js | Added log parameter to inviteDriver function for enhanced logging. |
src/driver/driver.js | Updated createInviteDriver method to include log parameter for improved logging capabilities. |
In the code where rabbits play,
New commands have come to stay.
Build the server, let it run,
With logs to track the work we've done.
CORS now opens wide the gate,
For all to join, it’s truly great! 🐇✨
Summary by CodeRabbit
New Features
Bug Fixes
Documentation