mirror of
https://github.com/deployflare/ssh.git
synced 2026-01-14 00:28:02 +00:00
Update wrangler.toml
This commit is contained in:
@@ -1,44 +1,8 @@
|
|||||||
name = "ssh"
|
name = "ssh"
|
||||||
main = "index.js"
|
main = "index.js"
|
||||||
compatibility_date = "2025-09-09"
|
compatibility_date = "2024-05-02"
|
||||||
# compatibility_flags = []
|
node_compat = true
|
||||||
# node_compat = true
|
|
||||||
# keep_vars = true
|
|
||||||
|
|
||||||
# [triggers]
|
[assets]
|
||||||
# crons = ["*/5 * * * *"]
|
directory = "./public"
|
||||||
|
binding = "ASSETS"
|
||||||
# [vars]
|
|
||||||
|
|
||||||
# [assets]
|
|
||||||
# directory = "./public"
|
|
||||||
# binding = "ASSETS"
|
|
||||||
|
|
||||||
# [wasm_modules]
|
|
||||||
# WASM_PARSER = "./wasm/parser.wasm"
|
|
||||||
|
|
||||||
# [text_blobs]
|
|
||||||
# EMAIL_TEMPLATE = "./templates/welcome.txt"
|
|
||||||
|
|
||||||
# [data_blobs]
|
|
||||||
# BINARY_CHUNK = "./assets/blob.bin"
|
|
||||||
|
|
||||||
# [[kv_namespaces]]
|
|
||||||
# binding = "MY_KV"
|
|
||||||
# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
||||||
|
|
||||||
# [[r2_buckets]]
|
|
||||||
# binding = "MY_BUCKET"
|
|
||||||
# bucket_name = "my-bucket"
|
|
||||||
|
|
||||||
# [[d1_databases]]
|
|
||||||
# binding = "DB"
|
|
||||||
# database_name = "my-db"
|
|
||||||
# database_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
||||||
|
|
||||||
# [durable_objects]
|
|
||||||
# bindings = [{ name = "MY_DO", class_name = "MyDurableObject" }]
|
|
||||||
|
|
||||||
# [[migrations]]
|
|
||||||
# tag = "v1"
|
|
||||||
# new_classes = ["MyDurableObject"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user