Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 343 Bytes

Http server

Wrapper around http-server for handling .env files.

How to use

  1. Install the package and its required peer dependencies:
pnpm add -D @jpapini/http-server
  1. Create a .env file with the following content:
PUBLIC_URL=http://localhost:8080/

Author