diff --git a/packages/frontend/.env.example b/packages/frontend/.env.example index 5ffd0ff2..4aa46efa 100644 --- a/packages/frontend/.env.example +++ b/packages/frontend/.env.example @@ -1 +1,2 @@ -API_URL=http://localhost:3333 \ No newline at end of file +API_URL=http://localhost:3333 +NEXT_PUBLIC_API_URL=http://localhost:3333 \ No newline at end of file