diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 05:16:41 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-12 05:16:41 +0200 |
commit | dd48f8095c3357e6ec0e66042141c4e342707da5 (patch) | |
tree | 2f10e1497cf152e5c38c617f8babca94af52d965 /deno2/js/main.ts | |
parent | 0f71da91d319f1fdb297e096342ac45528544aa1 (diff) |
Simplify pbjs build with hack.
Just check in the generated files and create them using
js/pbjs_hack.py. This allows vscode to be used and sane
compilations.
Diffstat (limited to 'deno2/js/main.ts')
-rw-r--r-- | deno2/js/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/js/main.ts b/deno2/js/main.ts index 61294a307..f9d69f22f 100644 --- a/deno2/js/main.ts +++ b/deno2/js/main.ts @@ -1,5 +1,5 @@ /// <reference path="deno.d.ts" /> -//import { main as pb } from "deno_pb/msg.pb" +//import { main as pb } from "./msg.pb" import * as ts from "typescript"; const globalEval = eval; |