Update wrangler.toml

This commit is contained in:
2025-12-04 14:54:35 +07:00
parent 86cc39980d
commit 1b4e7a78ed
+1 -1
View File
@@ -1,4 +1,4 @@
name = "store-scraper"
main = "worker.js"
compatibility_date = "2024-12-31"
compatibility_flags = [ "nodejs_compat" ]
compatibility_flags = ["nodejs_compat", "enable_nodejs_http_modules"]