diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..6cd0885 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +NEXT_PUBLIC_API_URL="https://www.admin.opplens.com/admin/v1/" +NEXT_PUBLIC_TOAST_AUTO_CLOSE_DURATION=2500 diff --git a/.gitignore b/.gitignore index 8a7042a..da90c74 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .env.test.local .env + # dependencies /node_modules /.pnp @@ -39,7 +40,7 @@ yarn-error.log* # env files (can opt-in for committing if needed) .env* - +!.env.production # vercel .vercel