diff --git a/src/main/fake-env.cljs b/src/main/fake-env.cljs new file mode 100644 index 0000000..e670a24 --- /dev/null +++ b/src/main/fake-env.cljs @@ -0,0 +1,5 @@ +(ns fake-env) + +(def env {:api-key "" + :base-url "" + :vid-src ""}) \ No newline at end of file