Skip to content

Commit 2079265

Browse files
committed
chore: update wrangler.toml
1 parent 6bca638 commit 2079265

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ typings/
7878
dist/
7979
lib/
8080
**/.DS_Store
81+
.wrangler/
82+

wrangler.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name = "leetcode"
22
main = "dist/worker.js"
3-
account_id = "b1c3d1b89f9131a84a0f1f6a973232f1"
43
workers_dev = true
54
compatibility_date = "2022-05-26"
6-
kv_namespaces = []
75
node_compat = true
86

7+
[limits]
8+
cpu_ms = 50
9+
910
[build]
1011
command = "npm run -s build:worker"
1112

0 commit comments

Comments
 (0)