Add/overwrite the following entries to your .env file:
PORT=<default:3000>
Then run using the command:
bun run apiTo start the development server run:
bun run devOpen 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 apiTo start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.