diff --git a/nest2dvue/.env b/nest2dvue/.env new file mode 100644 index 0000000..5264a66 --- /dev/null +++ b/nest2dvue/.env @@ -0,0 +1,3 @@ +# .env +VITE_API_URL=http://localhost:8080/api + diff --git a/nest2dvue/.env.production b/nest2dvue/.env.production new file mode 100644 index 0000000..a95d248 --- /dev/null +++ b/nest2dvue/.env.production @@ -0,0 +1,2 @@ + +VITE_API_URL=https://new.nest2d.online/api diff --git a/nest2dvue/.gitignore b/nest2dvue/.gitignore index 514d5db..5665b34 100644 --- a/nest2dvue/.gitignore +++ b/nest2dvue/.gitignore @@ -29,4 +29,3 @@ coverage *.tsbuildinfo -.env