Files
coolify-docs/jean.json
T
Andras Bacsai 069097cbbe docs(knowledge-base): expand multi-core scaling guide to cover Bun and Deno
Add Deno reusePort section with app code, Dockerfile, and nixpacks.toml
examples. Extend coverage to Bun and Deno throughout: description,
problem table, fix table, and verification section. Minor copy improvements
for platform-neutral phrasing. Update dev server port to 5173 in jean.json.
2026-04-19 14:10:45 +02:00

14 lines
164 B
JSON

{
"scripts": {
"setup": "bun i",
"teardown": null,
"run": "bun run dev"
},
"ports": [
{
"port": 5173,
"label": "Docs"
}
]
}