Go back to localhost:3000

This commit is contained in:
Weves
2024-01-08 15:31:02 -08:00
committed by Chris Weaver
parent 7efd3ba42f
commit e473ad0412
4 changed files with 10 additions and 4 deletions

View File

@@ -17,4 +17,7 @@ yarn dev
pnpm dev
```
Open [http://127.0.0.1:3000](http://127.0.0.1:3000) with your browser to see the result.
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
*Note:* if you are having problems accessing the ^, try setting the `WEB_DOMAIN` env variable to
`http://127.0.0.1:3000` and accessing it there.