This is a Next.js project bootstrapped with create-next-app.
Create a .env.local file in the root of the project with the following content:
NEXT_PUBLIC_API_URL=http://localhost:9080/api
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev