mirror of
https://github.com/coollabsio/coolify.git
synced 2026-06-14 03:19:51 +00:00
426a708374
Add current_period_end to refund eligibility checks and display next billing date and billing interval in the subscription overview. Refactor the plan overview layout to show subscription status more prominently.
14 lines
439 B
JSON
14 lines
439 B
JSON
{
|
|
"scripts": {
|
|
"setup": "cp $JEAN_ROOT_PATH/.env . && mkdir -p .claude && cp $JEAN_ROOT_PATH/.claude/settings.local.json .claude/settings.local.json",
|
|
"teardown": null,
|
|
"run": "docker rm -f coolify coolify-minio-init coolify-realtime coolify-minio coolify-testing-host coolify-redis coolify-db coolify-mail coolify-vite; spin up; spin down"
|
|
},
|
|
"ports": [
|
|
{
|
|
"port": 8000,
|
|
"label": "Coolify UI"
|
|
}
|
|
]
|
|
}
|