diff --git a/client/.env b/client/.env index b8dedb4..cd41370 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -VITE_API_URL=http://192.168.1.23:3000 \ No newline at end of file +VITE_API_URL=http://localhost:3000 \ No newline at end of file diff --git a/client/.gitignore b/client/.gitignore index a547bf3..438657a 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +.env # Editor directories and files .vscode/*