chore: add a verified Bun devcontainer (#520)
* add devcontainer setup and change default port to 3002 * fix(devcontainer): enforce frozen install --------- Co-authored-by: victor <victor@elalemanyo.de>
This commit is contained in:
@@ -11,7 +11,7 @@ bun install
|
||||
bun dev
|
||||
```
|
||||
|
||||
The editor will be running at **http://localhost:3000**.
|
||||
The editor will be running at **http://localhost:3002**.
|
||||
|
||||
## Environment Variables (optional)
|
||||
|
||||
@@ -24,7 +24,7 @@ cp .env.example .env
|
||||
| Variable | Required | Description |
|
||||
|----------|----------|-------------|
|
||||
| `NEXT_PUBLIC_GOOGLE_MAPS_API_KEY` | No | Enables address search in the editor |
|
||||
| `PORT` | No | Dev server port (default: 3000) |
|
||||
| `PORT` | No | Dev server port (default: 3002) |
|
||||
|
||||
The editor works fully without any environment variables.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user