mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-09-03 04:18:42 +00:00
feat(cloudflare): install wrangler
This commit is contained in:
Generated
+1525
File diff suppressed because it is too large
Load Diff
@@ -21,5 +21,8 @@
|
||||
"app-store-scraper": "^0.18.0",
|
||||
"express": "^5.2.0",
|
||||
"google-play-scraper": "^10.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.52.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,3 +2,18 @@ name = "store-scraper"
|
||||
main = "worker.js"
|
||||
compatibility_date = "2024-12-31"
|
||||
compatibility_flags = ["nodejs_compat", "enable_nodejs_http_modules"]
|
||||
|
||||
[observability]
|
||||
enabled = false
|
||||
head_sampling_rate = 1
|
||||
|
||||
[observability.logs]
|
||||
enabled = true
|
||||
head_sampling_rate = 1
|
||||
persist = true
|
||||
invocation_logs = true
|
||||
|
||||
[observability.traces]
|
||||
enabled = false
|
||||
persist = true
|
||||
head_sampling_rate = 1
|
||||
|
||||
Reference in New Issue
Block a user