Skip to content

Commit

Permalink
feat: Use typescript file directly, remove need to build the example
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Apr 8, 2022
1 parent de9adeb commit 8232cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"compile": "tsc -b .",
"build": "npm run clean && npm run compile",
"watch": "tsc -w",
"start": "node lib/server.js",
"start:ext": "node lib/server.js --external"
"start": "node -r ts-node/register src/server.ts",
"start:ext": "node -r ts-node/register lib/server.ts --external"
}
}

0 comments on commit 8232cdf

Please sign in to comment.