Skip to content

Commit

Permalink
ci: well, if you want a wrangler.toml...
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 30, 2024
1 parent 4bfd419 commit a391770
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
/worker
/dist
wrangler.toml
.dev.vars
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha tests/**/*.ts -r esbuild-register --timeout 5000",
"deploy": "pnpx wrangler deploy",
"start": "wrangler dev",
"build": "pnpx wrangler deploy src/index.ts --dry-run"
"build": "pnpx wrangler deploy --dry-run"
},
"engines": {
"node": ">=20"
Expand Down
3 changes: 0 additions & 3 deletions wrangler.sample.toml

This file was deleted.

5 changes: 5 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
account_id = "FILL_IT_IN"
compatibility_date = "2024-01-30"
main = "src/index.ts"
name = "antibv-bot"
workers_dev = true

0 comments on commit a391770

Please sign in to comment.