ts-node-dev --respawn --transpile-only server.ts There is also short aliastsndfor runningts-node-dev: tsnd --respawn server.ts Look up flags and options can be usedin ts-node's docs. Also there are additional options specific tots-node-dev: ...
ts-node-dev [node-dev|ts-node flags] [ts-node-dev flags] [node cli flags] [--] [script] [script arguments] So you just combine node-dev and ts-node options (see docs of those packages): ts-node-dev --respawn --transpile-only server.ts There is also short alias tsnd for ru...
while this package expectslog-error(i.e. not as an alias or alternate syntax), as seen here. The ticket title here implies my assumption the syntax for those may have been different in the past.
ts-node-dev --respawn --transpile-only server.ts There is also short aliastsndfor runningts-node-dev: tsnd --respawn server.ts Look up flags and options can be usedin ts-node's docs. Also there are additional options specific tots-node-dev: ...
The index starts from 1, and the label is the unique alias of an account in the wallet../ontology asset transfer --from=1 --to=2 --amount=10Query transfer status sample./ontology info status <TxHash>For Example:./ontology info status 10dede8b57ce0b272b4d51ab282aaf0988a4005e980d25...
There is also short aliastsndfor runningts-node-dev: tsnd --respawn server.ts Look up flags and options can be usedin ts-node's docs. Also there are additional options specific tots-node-dev: If you need to detect that you are running withts-node-dev, check ifprocess.env.TS_NODE_...