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