Skip to content

Commit

Permalink
add wrangler preview message
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 5, 2024
1 parent fcdb7e9 commit d7bf6fd
Show file tree
Hide file tree
Showing 4 changed files with 1,096 additions and 22 deletions.
6 changes: 4 additions & 2 deletions apps/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"dev": "vite",
"check": "tsc",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"preview:wrangler": "wrangler pages dev .cloudflare"
},
"devDependencies": {
"domco": "*"
"domco": "*",
"wrangler": "^3.74.0"
}
}
Loading

0 comments on commit d7bf6fd

Please sign in to comment.