Skip to content

Commit

Permalink
revert node_env changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyvg committed Nov 9, 2024
1 parent 0a79af4 commit 3441797
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 @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "NODE_ENV=development bun src/fwo.ts",
"start": "NODE_ENV=production bun src/fwo.ts",
"dev": "bun src/cli/dev.ts",
"test": "bun src/cli/test.ts -i",
"reset-harks": "bun src/cli/resetHarks.ts",
Expand Down

0 comments on commit 3441797

Please sign in to comment.