Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
don Pablo committed Oct 5, 2022
1 parent 0f81701 commit 1037a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- command: php -S localhost:9003 index.php && gp preview $(gp url 9003)
- command: cp ./.env.example ./.env && php -S localhost:9003 index.php && gp preview $(gp url 9003)
- command: cd ./app && php -S localhost:9004 index.php && gp preview $(gp url 9004)
openMode: split-right
ports:
- port: 9003
onOpen: open-preview
- port: 9004
onOpen: open-preview

0 comments on commit 1037a10

Please sign in to comment.