summaryrefslogtreecommitdiff
path: root/deno2/js/main.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-12 05:16:41 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-12 05:16:41 +0200
commitdd48f8095c3357e6ec0e66042141c4e342707da5 (patch)
tree2f10e1497cf152e5c38c617f8babca94af52d965 /deno2/js/main.ts
parent0f71da91d319f1fdb297e096342ac45528544aa1 (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.ts2
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;