Skip to content

Commit

Permalink
fix(api): server script
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 27, 2023
1 parent ed2228e commit 4636a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"start": "run-s clean build serve",
"build": "yarn node ./esbuild.mjs",
"clean": "rm -rfv dist .tsbuildinfo",
"serve": "yarn node --enable-source-maps dist/main.js",
"serve": "yarn node --enable-source-maps dist/main.mjs",
"serve:debug": "yarn node --inspect --enable-source-maps dist/index.js",
"watch:es": "yarn run build --watch"
},
Expand Down

0 comments on commit 4636a43

Please sign in to comment.