diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..aa72728 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +NODE_ENV=development +VUE_APP_NODE_ENV=dev \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e5254a5 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod \ No newline at end of file diff --git a/.env.production.sit b/.env.production.sit new file mode 100644 index 0000000..8f21e6f --- /dev/null +++ b/.env.production.sit @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod:sit \ No newline at end of file diff --git a/.env.production.uat b/.env.production.uat new file mode 100644 index 0000000..6d88246 --- /dev/null +++ b/.env.production.uat @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod:uat \ No newline at end of file diff --git a/public/index.html b/public/index.html index 879e4b8..04f837c 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ + + <% } %>