fix(github): update repository URL to point to the v4.x branch for development
This commit is contained in:
parent
73b42f318a
commit
eac1a9f21b
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ protected function rules()
|
|||
public function mount()
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples';
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples/tree/v4.x';
|
||||
}
|
||||
$this->parameters = get_route_parameters();
|
||||
$this->query = request()->query();
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ protected function rules()
|
|||
public function mount()
|
||||
{
|
||||
if (isDev()) {
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples';
|
||||
$this->repository_url = 'https://github.com/coollabsio/coolify-examples/tree/v4.x';
|
||||
$this->port = 3000;
|
||||
}
|
||||
$this->parameters = get_route_parameters();
|
||||
|
|
|
|||
Loading…
Reference in a new issue