Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Nov 24, 2024
1 parent a97ab51 commit 72c24a7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "dev-badge"
main = "./dist/worker.js"
main = "./dist/worker.js" #
# main = "./index.js" #
# account_id = "****"
workers_dev = true
compatibility_date = "2022-08-04"
send_metrics = false
# main = "./index.js" # /tmp
# account_id = "****"

[placement]
mode = "smart"
Expand Down Expand Up @@ -39,6 +39,7 @@ local_protocol = "http"
upstream_protocol = "https"

[vars]
#

[build]
#
command = "npm run build"
watch_dir = "./mods"

0 comments on commit 72c24a7

Please sign in to comment.