Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 285 Bytes

djs-deno

  1. deno cache --node-modules-dir main.ts
  2. deno run --allow-read=. --allow-write=. scripts/modify_shard.ts
  3. deno run --node-modules-dir --allow-env --allow-read --allow-net main.ts

Acknowledgements

Thank you to @walker27460 for writing the WebSocket wrapper.