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