Skip to content

Commit

Permalink
chore: set node compatibility to true in wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Jan 29, 2024
1 parent c65801a commit 89d9644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "ubiquibot-worker"
main = "src/worker.ts"
compatibility_date = "2023-12-06"
node_compat = true

# Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
# Note: Use secrets to store sensitive data.
Expand Down

0 comments on commit 89d9644

Please sign in to comment.