🧑💻 add environment variable for url in frontend
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
c5e45424ea
commit
f08bd430f3
7 changed files with 18 additions and 6 deletions
2
frontend/.env.example
Normal file
2
frontend/.env.example
Normal file
|
@ -0,0 +1,2 @@
|
|||
# URL variable
|
||||
VITE_URL="http://localhost:8080"
|
Reference in a new issue