mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
069097cbbe
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.
14 lines
164 B
JSON
14 lines
164 B
JSON
{
|
|
"scripts": {
|
|
"setup": "bun i",
|
|
"teardown": null,
|
|
"run": "bun run dev"
|
|
},
|
|
"ports": [
|
|
{
|
|
"port": 5173,
|
|
"label": "Docs"
|
|
}
|
|
]
|
|
}
|