Skip to content

Commit

Permalink
fix: set dev to false
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Aug 22, 2021
1 parent 5caa2d1 commit db63888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 139 deletions.
138 changes: 0 additions & 138 deletions example.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ async function downloadRelease() {
async function init(
cb: (conn: Deno.Conn) => Promise<void>,
// TODO(@littledivy): Make this toggleable with a build script?
dev: boolean = true,
dev: boolean = false,
) {
if (!dev) await downloadRelease();
const listener = Deno.listen({ port: 34254, transport: "tcp" });
Expand Down

0 comments on commit db63888

Please sign in to comment.