Usage
3000; if it is busy, it picks the next available port and prints it.
Options
| Flag | Description | Default |
|---|---|---|
--port <port> | Preferred dev server port | 3000 |
-h, --help | Show command help | - |
What it does
- Generates
.linkappentrypoints for layouts found in your project (sheet,featured, andfeatured-carouselwhen present). - Serves static assets from your project
public/folder (mirrors legacy dev-server behavior). - Watches
linkapp.config.ts(root or.config/) and restarts the dev server when it changes. - Prints ready URLs and the latest ready time after each start or restart.
Keyboard shortcuts
r— restart the dev serveru— show the current URLsc— clear the consoleqorCtrl+C— exit
Typical flow
linkapp.config.ts before serving again.