Skip to content

Commit e0dbbd2

Browse files
committed
chore: update env template
1 parent 424b93a commit e0dbbd2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.env.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
APPLE_KEY_ID=""
2+
APPLE_PRIVATE_KEY=""
3+
APPLE_DEVELOPER_ID=""

wrangler.jsonc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2+
"$schema": "./node_modules/wrangler/config-schema.json",
23
"name": "checkd",
34
"main": "src/index.ts",
4-
"compatibility_date": "2025-02-25",
5+
"compatibility_date": "2026-02-25",
56
"observability": {
67
"enabled": true,
7-
},
8+
}
89
}

0 commit comments

Comments
 (0)