Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
TemplateProjects
FullstackTemplate-Formkit-Tailwind
Commits
37c1bed7
Commit
37c1bed7
authored
1 year ago
by
Somnath Ghorpade
Browse files
Options
Downloads
Patches
Plain Diff
added vite support for env variables.
parent
40363ee8
Branches
Abdul_UI_TailwindCssFixes
Tags
Tags containing commit
1 merge request
!6
added vite support for env variables.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/.env
+2
-1
app/.env
app/.env.development
+2
-1
app/.env.development
app/.env.production
+2
-1
app/.env.production
app/.env.staging
+1
-1
app/.env.staging
with
7 additions
and
4 deletions
app/.env
+
2
−
1
View file @
37c1bed7
VUE_APP_VERSION = ENVVERSION
\ No newline at end of file
NODE_ENV = development
VITE_APP_VERSION = ENVVERSION
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/.env.development
+
2
−
1
View file @
37c1bed7
VUE_APP_VERSION = envVersion
NODE_ENV = development
VITE_APP_VERSION = envVersion
This diff is collapsed.
Click to expand it.
app/.env.production
+
2
−
1
View file @
37c1bed7
VUE_APP_VERSION = envProductionVersion
\ No newline at end of file
NODE_ENV = production
VITE_APP_VERSION = envProductionVersion
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/.env.staging
+
1
−
1
View file @
37c1bed7
NODE_ENV = production
VUE_APP_VERSION = envStagingVersion
\ No newline at end of file
VITE_APP_VERSION = envStagingVersion
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets