mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
17 lines
No EOL
432 B
TOML
17 lines
No EOL
432 B
TOML
name = "fixtweet"
|
|
account_id = "[CLOUDFLARE_ACCOUNT_ID]"
|
|
main = "./dist/worker.js"
|
|
compatibility_date = "2023-08-15"
|
|
send_metrics = false
|
|
services = [
|
|
{ binding = "TwitterProxy", service = "elongator" }
|
|
]
|
|
analytics_engine_datasets = [
|
|
{ binding = "AnalyticsEngine" }
|
|
]
|
|
|
|
[build]
|
|
command = "npm run build"
|
|
|
|
[miniflare.globals]
|
|
TEST = "true" # Will have unicode character errors in headers if not set to true and running unit tests |