Closed GurinderRawala closed 2 months ago
The recent changes enhance the README.md
to include build instructions for the server, improving guidance for users on setting up their environment. The CORS configuration in src/api/server.js
has been updated to allow requests from any origin, and new logging capabilities have been introduced in the driver operations and the Driver class, enhancing the functionality for tracking and debugging.
Files | Change Summary |
---|---|
README.md | Added instructions for building the server using npm run build . |
src/api/server.js | Changed CORS origin from a specific URL to a wildcard ('*' ), increasing accessibility. |
src/driver/driver-operations.js | Added a new log parameter to the inviteDriver function for logging during its execution. |
src/driver/driver.js | Updated createInviteDriver method to include a log parameter and added a logging statement. |
In the code where bunnies play,
Changes hop in, bright as day.
With builds to guide and doors wide open,
New paths of access, no words unspoken.
Let's leap with joy, oh what a sight!
Code's a garden, blooming bright! 🐇✨
Summary by CodeRabbit
Documentation
New Features