docs: clarify prod hosting
| | |
| | | > - `--serve`: run a local hot-reloading server to preview your Quartz |
| | | > - `--port`: what port to run the local preview server on |
| | | > - `--concurrency`: how many threads to use to parse notes |
| | | |
| | | > [!warning] Not to be used for production |
| | | > Serve mode is intended for local previews only. |
| | | > For production workloads, see the page on [[hosting]]. |
| | |
| | | } |
| | | |
| | | const buildId = newBuildId() |
| | | ctx.buildId = buildId |
| | | ctx.buildId = buildId |
| | | buildData.lastBuildMs = new Date().getTime() |
| | | const release = await mut.acquire() |
| | | |
| | |
| | | } |
| | | |
| | | const buildId = newBuildId() |
| | | ctx.buildId = buildId |
| | | ctx.buildId = buildId |
| | | buildData.lastBuildMs = new Date().getTime() |
| | | const release = await mut.acquire() |
| | | |