Skip to content

Commit

Permalink
fix(downloader): fix serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Jul 9, 2024
1 parent b7815b6 commit d325214
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
"description": "SlimFact downloader",
"author": "",
"type": "module",
"files": [
"dist/"
],
"scripts": {
"serve": "node ./dist/server.mjs",
"serve": "node ./dist/server.js",
"build": "tsc",
"test": "vitrify test",
"lint": "eslint src",
Expand Down

0 comments on commit d325214

Please sign in to comment.