Skip to content

Commit

Permalink
Update wrangler config and deploy (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jan 14, 2025
1 parent c02bb33 commit a29713d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "tsc --noEmit",
"start": "wrangler dev --port 3000",
"register": "ts-node-esm ./src/register-commands.ts",
"publish": "wrangler publish"
"publish": "wrangler deploy"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ main = "src/index.ts"
compatibility_date = "2023-04-29"

kv_namespaces = [
{ binding = "pronoun", id = "", preview_id = "" }
{ binding = "pronoun", id = "2a39fb5d2057403295dc7af6b67bc1d8", preview_id = "00cde9f4cdde49e49e745d8851f98c49" }
]

0 comments on commit a29713d

Please sign in to comment.