Skip to content

Commit

Permalink
Added astro dev deamon.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinez287 committed Oct 10, 2023
1 parent e96b7f0 commit 16ef68d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ web_extra_exposed_ports:
container_port: 4321
http_port: 9998
https_port: 9999

web_extra_daemons:
- name: "astro dev"
command: "npm run dev"
directory: /var/www/html

0 comments on commit 16ef68d

Please sign in to comment.