Conversation
|
/snapit |
|
🫰✨ Thanks @nickwesselman! Your snapshot has been published to npm. Test the snapshot by installing your package globally: npm i -g --@shopify:registry=https://registry.npmjs.org @shopify/cli@0.0.0-snapshot-20260220191904Caution After installing, validate the version by running just |
Coverage report
Test suite run success3773 tests passing in 1453 suites. Report generated by 🧪jest coverage report action from 22c51c4 |
Chokidar delivers paths with backslashes on Windows, but the app configuration stores paths with forward slashes. The raw string comparison caused config changes to be silently ignored on Windows. Use normalizePath on both sides of the comparison to ensure consistent slash direction across platforms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
a660923 to
22c51c4
Compare
|
/snapit |
|
🫰✨ Thanks @nickwesselman! Your snapshot has been published to npm. Test the snapshot by installing your package globally: npm i -g --@shopify:registry=https://registry.npmjs.org @shopify/cli@0.0.0-snapshot-20260220192627Caution After installing, validate the version by running just |
Summary
shopify app devwas not detecting changes toshopify.app.tomlon WindowsC:\project\shopify.app.toml) but the app configuration stores paths with forward slashes (C:/project/shopify.app.toml)path === this.app.configuration.path) silently failed on WindowsnormalizePath()on both sides of the comparison inhandleFileEventandhandleEventForExtensionTest plan
shopify.app.tomlchanges are picked up duringshopify app dev🤖 Generated with Claude Code