yarn viteflare -- publish to actually run the publish commandglob dependency not found message is my faultwriteBuffer error persistsnode --stack-trace-limit=100 doesn't affect anything, so not easy to know what triggers itFormData objectwriteBuffer errorsocket hang up error is from a CORS issue:Access to fetch at 'https://api.cloudflare.com/client/v4/accounts/fcaf04894971...51ae7cccc1e/workers/subdomain/edge-preview' from origin 'https://node-fc7yqq.w.staticblitz.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Access-Control-Allow-Origin header, maybe?/edge-preview endpoint than with viteflare. is there no devops team you can file an issue with, or point them to this message (Wrangler on Stackblitz) ?yarn viteflare -- publish(node:29) UnhandledPromiseRejectionWarning: Error: glob dependency not found, set `options.disableGlob = true` if intentional
at defaults (/home/projects/node-fc7yqq/node_modules/viteflare/dist/chunks/worker-eae7c395.js:589:11)
at rimraf (/home/projects/node-fc7yqq/node_modules/viteflare/dist/chunks/worker-eae7c395.js:607:3)
at Object._cleanupCallback (/home/projects/node-fc7yqq/node_modules/viteflare/dist/chunks/worker-eae7c395.js:1267:16)
(node:29) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
TypeError: r.writeBuffer is not a function
at https://node-fc7yqq.w.staticblitz.com/blitz.a3339ebb87d0fe73c7995fe67420660e0dc95de2.js:6:535313
at writeGeneric (https://node-fc7yqq.w.staticblitz.com/blitz.a3339ebb87d0fe73c7995fe67420660e0dc95de2.js:6:535674)
at TLSSocket.Socket._writeGeneric (https://node-fc7yqq.w.staticblitz.com/blitz.a3339ebb87d0fe73c7995fe67420660e0dc95de2.js:6:204584)glob dependency not foundwriteBufferwriteBuffernode --stack-trace-limit=100FormDatasocket hang up/edge-preview