misc: remove .env

Signed-off-by: alok8bb <alok8bb@gmail.com>
This commit is contained in:
alok8bb 2022-12-13 19:33:07 +05:30
parent 0a50433345
commit cc56e17bd4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.env
View File

@ -1 +0,0 @@
SERVER_URL=http://localhost:8080

View File

@ -4,6 +4,8 @@ This repository contains okiba bin's front-end code. The web app is using codemi
## Usage
Add server URL in `.env.local` with `VITE_SERVER_URL` key.
```shell
// get deps
$ pnpm install