We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bca638 commit 2079265Copy full SHA for 2079265
.gitignore
@@ -78,3 +78,5 @@ typings/
78
dist/
79
lib/
80
**/.DS_Store
81
+.wrangler/
82
+
wrangler.toml
@@ -1,11 +1,12 @@
1
name = "leetcode"
2
main = "dist/worker.js"
3
-account_id = "b1c3d1b89f9131a84a0f1f6a973232f1"
4
workers_dev = true
5
compatibility_date = "2022-05-26"
6
-kv_namespaces = []
7
node_compat = true
8
+[limits]
+cpu_ms = 50
9
10
[build]
11
command = "npm run -s build:worker"
12
0 commit comments