personal-site-bunext/buncid.config.json
2026-03-29 08:53:54 +01:00

8 lines
167 B
JSON

{
"start": "bun start",
"preflight": ["bunx buncid-builds-next"],
"postflight": ["echo 'Server Running ...'"],
"first_run": true,
"port": [3000]
}