15:48:33.763 Run npm run preview to preview your production build locally.15:48:33.763 15:48:33.763 > Using @sveltejs/adapter-cloudflare15:48:33.773 ✔ done15:48:33.862 Finished15:48:33.862 Found _worker.js in output directory. Uploading.15:48:33.870 ⛅️ wrangler 3.92.015:48:33.870 -------------------15:48:35.028 ▲ [WARNING] The package "node:events" wasn't found on the file system but is built into node.15:48:35.029 15:48:35.029 Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from:15:48:35.029 - ../../node_modules/postgres/cf/polyfills.js
15:48:33.763 Run npm run preview to preview your production build locally.15:48:33.763 15:48:33.763 > Using @sveltejs/adapter-cloudflare15:48:33.773 ✔ done15:48:33.862 Finished15:48:33.862 Found _worker.js in output directory. Uploading.15:48:33.870 ⛅️ wrangler 3.92.015:48:33.870 -------------------15:48:35.028 ▲ [WARNING] The package "node:events" wasn't found on the file system but is built into node.15:48:35.029 15:48:35.029 Your Worker may throw errors at runtime unless you enable the "nodejs_compat" compatibility flag. Refer to https://developers.cloudflare.com/workers/runtime-apis/nodejs/ for more details. Imported from:15:48:35.029 - ../../node_modules/postgres/cf/polyfills.js
and many more like that. how can i fix this? how can i add the node compat flag when i'm deploying from the webui? do i need to add the .toml to the git repo? thanks