summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/environments/environment.prod.ts
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-09-14 13:15:56 -0400
committerschencej <schencej@clarkson.edu>2019-09-14 13:15:56 -0400
commit30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch)
treeed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/src/environments/environment.prod.ts
Initial commit
Diffstat (limited to 'recipeBuddy/src/environments/environment.prod.ts')
-rw-r--r--recipeBuddy/src/environments/environment.prod.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipeBuddy/src/environments/environment.prod.ts b/recipeBuddy/src/environments/environment.prod.ts
new file mode 100644
index 0000000..3612073
--- /dev/null
+++ b/recipeBuddy/src/environments/environment.prod.ts
@@ -0,0 +1,3 @@
+export const environment = {
+ production: true
+};