Skip to content

Commit

Permalink
chore: update wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jan 7, 2024
1 parent 6bca638 commit 2079265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ typings/
dist/
lib/
**/.DS_Store
.wrangler/

5 changes: 3 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "leetcode"
main = "dist/worker.js"
account_id = "b1c3d1b89f9131a84a0f1f6a973232f1"
workers_dev = true
compatibility_date = "2022-05-26"
kv_namespaces = []
node_compat = true

[limits]
cpu_ms = 50

[build]
command = "npm run -s build:worker"

Expand Down

0 comments on commit 2079265

Please sign in to comment.