我正在使用 drun 启动我的 Deno 服务器 自动重启服务器
drun --entryPoint=./index.ts
服务器在第一次成功运行时启动,但是当我对 deno 代码进行任何更改并保存时,结果如下
Compile file:///C:/Users/rajat/Desktop/demo/index.ts
Serving on http://0.0.0.0:3000/
Error: Not yet implemented
at Object.kill ($deno$/ops/process.ts:8:11)
at Process.kill ($deno$/process.ts:89:5)
at Runner.run (https://deno.land/x/drun@v1.0.0/src/runner.ts:69:17)
at async main (https://deno.land/x/drun@v1.0.0/drun.ts:11:3)
at async https://deno.land/x/drun@v1.0.0/drun.ts:16:5