1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

enable prod mode on production env

This commit is contained in:
Kyle Spearrin
2018-06-05 00:31:06 -04:00
parent 22c1b0627e
commit 9cafb76781
3 changed files with 5 additions and 2 deletions

1
src/global.d.ts vendored
View File

@@ -1,3 +1,4 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var require: any;
declare var process: any;