Skip to content

Commit

Permalink
Merge pull request #4 from cloudflare/victoria/3
Browse files Browse the repository at this point in the history
Add wrangler.toml fix package.json
  • Loading branch information
exvuma authored Oct 24, 2019
2 parents 437bfaa + c340413 commit 801c804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
wrangler.toml
package-lock.json
worker
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "{{ project-name }}",
"author": "{{ authors }}",
"version": "1.0.0",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "binast"
type = "javascript"

account_id = ""
workers_dev = true
route = ""
zone_id = ""

0 comments on commit 801c804

Please sign in to comment.