Commit 37c1bed7 authored by Somnath Ghorpade's avatar Somnath Ghorpade
Browse files

added vite support for env variables.

parent 40363ee8
Tags
1 merge request!6added vite support for env variables.
Showing with 7 additions and 4 deletions
VUE_APP_VERSION = ENVVERSION
\ No newline at end of file
NODE_ENV = development
VITE_APP_VERSION = ENVVERSION
\ No newline at end of file
VUE_APP_VERSION = envVersion
NODE_ENV = development
VITE_APP_VERSION = envVersion
VUE_APP_VERSION = envProductionVersion
\ No newline at end of file
NODE_ENV = production
VITE_APP_VERSION = envProductionVersion
\ No newline at end of file
NODE_ENV = production
VUE_APP_VERSION = envStagingVersion
\ No newline at end of file
VITE_APP_VERSION = envStagingVersion
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment