new-personal-site/buncid.config.json
Benjamin Toby fd595d1c2a Updates
2025-02-06 10:01:51 +01:00

8 lines
167 B
JSON

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