Skip to content

Commit

Permalink
add worker scripts to commerce example app
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Sep 30, 2024
1 parent 4acdfcb commit 3a42b3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/vercel-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"start": "next start",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"test": "pnpm prettier:check"
"test": "pnpm prettier:check",
"build:worker": "cloudflare",
"dev:worker": "wrangler dev --port 8772",
"preview:worker": "pnpm build:worker && pnpm dev:worker"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
Expand Down

0 comments on commit 3a42b3e

Please sign in to comment.