name = "functional-tests-config"
main = "src/index.ts"
compatibility_date = "2025-05-05"
# https://developers.cloudflare.com/workers/wrangler/configuration/#local-development-settings
[dev]
# Note: the port is used in packages/client/tests/functional/_utils/setupTestSuiteClient.ts
port = 9090
[[d1_databases]]
binding = "MY_DATABASE" # i.e. available in the Worker on env.MY_DATABASE
database_name = "my-d1-db"
# This is necessary for `wrangler d1 execute ...`
database_id = "c5668576-7e66-456c-aa5c-aef936b4be70"