Files
axum-tower-sessions-edge/example-service/wrangler.jsonc
2025-08-07 19:06:29 -04:00

9 lines
186 B
JSON

{
"$schema": "../node_modules/wrangler/config-schema.json",
"compatibility_date": "2025-08-07",
"main": "main.ts",
"name": "example-service",
"dev": {
"ip": "0.0.0.0"
}
}