Skip to content

Commit 94ae641

Browse files
committed
Modernize wrangler
1 parent c32563c commit 94ae641

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

wrangler.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name = "tauri-update-server"
2-
workers_dev = true
3-
compatibility_date = "2022-03-26"
2+
compatibility_date = "2024-05-10"
43
main = "src/index.ts"
54

65
[vars]
76
GITHUB_ACCOUNT = 'killeencode'
87
GITHUB_REPO = 'brancato'
9-
GITHUB_TOKEN = '' # Optional - used with private repos
10-
11-
[build]
12-
command = "npm install && npm run build"
8+
GITHUB_TOKEN = '' # Optional - used with private repos

0 commit comments

Comments
 (0)