Skip to content

Commit

Permalink
build node
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjrmy committed Jun 19, 2024
1 parent 0030b63 commit 559f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "run-p dev:*",
"dev:wrangler": "wrangler pages dev dist --live-reload",
"dev:esbuild": "esbuild --bundle src/index.ts --format=esm --watch --outfile=dist/_worker.js",
"build": "esbuild --bundle src/index.ts --format=esm --outfile=dist/_worker.js",
"build": "esbuild --bundle src/index.ts --format=esm --outfile=dist/_worker.js --platform=node",
"deploy:pages": "wrangler pages publish dist",
"deploy:worker": "wrangler deploy --minify src/index.ts"
},
Expand Down

0 comments on commit 559f27e

Please sign in to comment.