Closed RnkSngh closed 2 weeks ago
The pull request includes two main changes: an update to the package.json
file to increment the version number from 4.0.8
to 4.0.9
, and modifications to the startAnvilServer
function in src/scripts/fork-deployment-test.ts
. The latter change alters the process for starting the Anvil server by separating the command execution from the output piping, enhancing process management while maintaining existing functionality.
File | Change Summary |
---|---|
package.json | Updated version from 4.0.8 to 4.0.9 . No other modifications made. |
src/scripts/fork-deployment-test.ts | Modified startAnvilServer function to separate command execution from output piping. waitForAnvilServer remains unchanged. |
package.json
file, specifically a version bump from 4.0.7
to 4.0.8
, which is directly related to the version update in the main PR from 4.0.8
to 4.0.9
.🐇 In the meadow, I hop and play,
A version bump brightens the day!
Anvil server starts with grace,
Commands now flow at a steady pace.
With each change, we grow and thrive,
In our code, we feel alive! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR to fix the
anvil.kill() is not a function
in infraSummary by CodeRabbit