Skip to content

Commit

Permalink
[from now] 2024/02/28 15:22:08
Browse files Browse the repository at this point in the history
diff --git a/wrangler.toml b/wrangler.toml
index 991f8ce..e603562 100644
--- a/wrangler.toml
+++ b/wrangler.toml
@@ -1,5 +1,7 @@
 name = "mokumoku-bot"
+main = "src/index.ts"
 compatibility_date = "2023-12-01"
+minify = true

 [[d1_databases]]
 binding = "DB" # i.e. available in your Worker on env.DB
  • Loading branch information
kawamataryo committed Feb 28, 2024
1 parent 7c83ab0 commit 2a942c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name = "mokumoku-bot"
main = "src/index.ts"
compatibility_date = "2023-12-01"
minify = true

[[d1_databases]]
binding = "DB" # i.e. available in your Worker on env.DB
Expand Down

0 comments on commit 2a942c1

Please sign in to comment.