summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/config/prod.env.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing-scheduler/ui/config/prod.env.js')
-rw-r--r--testing-scheduler/ui/config/prod.env.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing-scheduler/ui/config/prod.env.js b/testing-scheduler/ui/config/prod.env.js
new file mode 100644
index 00000000..d5513323
--- /dev/null
+++ b/testing-scheduler/ui/config/prod.env.js
@@ -0,0 +1,4 @@
+'use strict'
+module.exports = {
+ NODE_ENV: '"production"'
+}