diff --git a/.env b/.env new file mode 100644 index 0000000..fd3956b --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +VITE_BACK_URL=http://localhost:3001 +VITE_MAPS_API=AIzaSyC2DsQg6Eab-H06BwdAu555dM3IsnZkT0E +VITE_CURRENCY_API=58a024799c4c4d6582722cdc1e1b15d6 \ No newline at end of file diff --git a/.gitignore b/.gitignore index a547bf3..3b0b403 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +.env \ No newline at end of file diff --git a/index.html b/index.html index 09f706c..1142856 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,14 @@
- + + +