fix: allow basedirectory for heroku
This commit is contained in:
parent
e44d0550d2
commit
49c61b5992
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@
|
|||
/>
|
||||
</div>
|
||||
{/if}
|
||||
{#if application.buildPack !== 'laravel' && application.buildPack !== 'heroku'}
|
||||
{#if application.buildPack !== 'laravel'}
|
||||
<div class="grid grid-cols-2 items-center">
|
||||
<div class="flex-col">
|
||||
<label for="baseDirectory"
|
||||
|
|
|
|||
Loading…
Reference in a new issue