Skip to content

Commit

Permalink
add index.ts as app entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsayedsalem committed May 25, 2024
1 parent 352d239 commit e413f19
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
name = "egypt-tech-scene"
compatibility_date = "2023-12-01"

# [vars]
# MY_VAR = "my-variable"

# [[kv_namespaces]]
# binding = "MY_KV_NAMESPACE"
# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

# [[r2_buckets]]
# binding = "MY_BUCKET"
# bucket_name = "my-bucket"
main = "index.ts"

[[d1_databases]]
binding = "DB" # i.e. available in your Worker on env.DB
database_name = "egypt-tech-scene-d1-prod"
database_id = "bc5130fe-1178-4d30-a478-098b6c4c1345"

# [ai]
# binding = "AI"

[placement]
mode = "smart"

0 comments on commit e413f19

Please sign in to comment.