Skip to content

Commit

Permalink
Update wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff646 authored Aug 15, 2024
1 parent ce778cf commit f2aba83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#:schema node_modules/wrangler/config-schema.json
name = "my-hono-proxy"
type = "javascript"
workers_dev = false
main = "src/index.ts"
compatibility_flags = ["nodejs_compat"]
type = "webpack"
account_id = "4123bfba9c6e3fd034bcc7ecf6d4b005"
compatibility_date = "2024-08-15"
workers_dev = true
compatibility_date = "2024-08-13"

[build]
command = "npm run build"
Expand Down

0 comments on commit f2aba83

Please sign in to comment.