diff --git a/ui/.env b/ui/.env deleted file mode 100644 index f082f094..00000000 --- a/ui/.env +++ /dev/null @@ -1 +0,0 @@ -VITE_API_DOMAIN=http://127.0.0.1:8090 \ No newline at end of file diff --git a/ui/.gitignore b/ui/.gitignore index 251ce6d2..34153986 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -6,7 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - +./ui/.env node_modules dist-ssr *.local @@ -21,3 +21,5 @@ dist-ssr *.njsproj *.sln *.sw? + +.env