diff --git a/app/.env b/app/.env index f59016db67e56a27f19d06b57fa3900152193a2e..243a9dc7ad2a801729c37bec0f87e3b7771dc56b 100644 --- a/app/.env +++ b/app/.env @@ -1 +1,2 @@ -VUE_APP_VERSION = ENVVERSION \ No newline at end of file +NODE_ENV = development +VITE_APP_VERSION = ENVVERSION \ No newline at end of file diff --git a/app/.env.development b/app/.env.development index 11cd668bcee753cd0735e934d0c9ac267a32976e..486cdb8a8d3692ec615f919f0bf8c3d66401f2dd 100644 --- a/app/.env.development +++ b/app/.env.development @@ -1 +1,2 @@ -VUE_APP_VERSION = envVersion +NODE_ENV = development +VITE_APP_VERSION = envVersion diff --git a/app/.env.production b/app/.env.production index 69a8837feff20308618eca055e6036a6a41faa5b..8b1704bb8916d1a013d34995300c6f8fb321bd80 100644 --- a/app/.env.production +++ b/app/.env.production @@ -1 +1,2 @@ -VUE_APP_VERSION = envProductionVersion \ No newline at end of file +NODE_ENV = production +VITE_APP_VERSION = envProductionVersion \ No newline at end of file diff --git a/app/.env.staging b/app/.env.staging index 1889196533d60d9f6d82f9247573efb755fefa96..cf852b2b60c6ce46e84d0eeaca4079eea8d05e64 100644 --- a/app/.env.staging +++ b/app/.env.staging @@ -1,2 +1,2 @@ NODE_ENV = production -VUE_APP_VERSION = envStagingVersion \ No newline at end of file +VITE_APP_VERSION = envStagingVersion \ No newline at end of file