aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-06-20 18:35:45 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-06-20 18:35:45 -0400
commit0cab79a50719719e1dade40520a6967f7aa8f951 (patch)
tree37cb67fab72d41cfe8e068b857bca54f1e4d26d7 /src/client/util
parent1f172642d12c4669960b8526324e4bd034994be4 (diff)
Added debug and release modes to server and client
Diffstat (limited to 'src/client/util')
-rw-r--r--src/client/util/ClientUtils.ts.temp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/util/ClientUtils.ts.temp b/src/client/util/ClientUtils.ts.temp
new file mode 100644
index 000000000..f9fad5ed9
--- /dev/null
+++ b/src/client/util/ClientUtils.ts.temp
@@ -0,0 +1,3 @@
+export namespace ClientUtils {
+ export const RELEASE = "mode";
+} \ No newline at end of file