diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..ce3783e --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +VITE_APP_URL= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 4962d2b..40be844 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,7 @@ dist-ssr package-lock.json yarn.lock + +.env.production +.env.development +.env \ No newline at end of file