Add/overwrite the following entries to your .env file:
PORT=<default:3000>
Then run using the command:
bun run api
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
Add/overwrite the following entries to your .env file:
PORT=<default:3000>
Then run using the command:
bun run api
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.