Skip to content

Commit

Permalink
feat!: migrate to express js
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh authored Apr 9, 2024
1 parent 61647ea commit 026565b
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 @@ -6,7 +6,7 @@
"author": "Kitabisa Engineer <[email protected]>",
"scripts": {
"dev": "cd commands && opaline dev",
"prebuild": "NODE_ENV=production bun build ./server.ts --outdir ./out --target bun --format esm",
"prebuild": "bun build ./server.ts --outdir ./out --target bun --format esm",
"build": "cd commands && opaline build",
"start": "bun out/server.js",
"publish": "npm publish"
Expand Down

0 comments on commit 026565b

Please sign in to comment.