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:
@@ -375,7 +375,7 @@ bun dev
|
||||
# 1. Build @pascal-app/core and @pascal-app/viewer
|
||||
# 2. Start watching both packages for changes
|
||||
# 3. Start the Next.js editor dev server
|
||||
# Open http://localhost:3000
|
||||
# Open http://localhost:3002
|
||||
```
|
||||
|
||||
**Important:** Always run `bun dev` from the root directory to ensure the package watchers are running. This enables hot reload when you edit files in `packages/core/src/` or `packages/viewer/src/`.
|
||||
|
||||
Reference in New Issue
Block a user