* Try to attach async to proxy trait first. * Update proxy connection to support async. * Add example. * Try to fix CI. * Remove CI for cloudflare worker example at this moment... * Improve SQL serializer
13 lines
323 B
TOML
13 lines
323 B
TOML
name = "axum"
|
|
main = "build/worker/shim.mjs"
|
|
compatibility_date = "2024-07-08"
|
|
|
|
[[d1_databases]]
|
|
binding = "test-d1"
|
|
database_name = "axumtest"
|
|
# Change it if you want to use your own database
|
|
database_id = "00000000-0000-0000-0000-000000000000"
|
|
|
|
[build]
|
|
command = "cargo install -q worker-build && worker-build --release"
|