mirror of
https://github.com/deployflare/ssh.git
synced 2026-01-13 16:18:02 +00:00
Update wrangler.toml
This commit is contained in:
@@ -1,44 +1,8 @@
|
||||
name = "ssh"
|
||||
main = "index.js"
|
||||
compatibility_date = "2025-09-09"
|
||||
# compatibility_flags = []
|
||||
# node_compat = true
|
||||
# keep_vars = true
|
||||
compatibility_date = "2024-05-02"
|
||||
node_compat = true
|
||||
|
||||
# [triggers]
|
||||
# crons = ["*/5 * * * *"]
|
||||
|
||||
# [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"]
|
||||
[assets]
|
||||
directory = "./public"
|
||||
binding = "ASSETS"
|
||||
|
||||
Reference in New Issue
Block a user