Skip to content

Commit

Permalink
🔨 add startLocalCloudflareFunctions command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed Jan 4, 2024
1 parent 65ec7f1 commit 6a17c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ up.full: require create-if-missing.env.full wordpress/.env tmp-downloads/owid_me
set remain-on-exit on \; \
new-window -n lerna 'yarn startLernaWatcher' \; \
set remain-on-exit on \; \
new-window -n functions 'yarn startLocalCloudflareFunctions' \; \
set remain-on-exit on \; \
new-window -n welcome 'devTools/docker/banner.sh; exec $(LOGIN_SHELL)' \; \
bind R respawn-pane -k \; \
bind X kill-pane \; \
Expand Down
1 change: 1 addition & 0 deletions devTools/docker/banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Try these URLs to see if your environment is working:
http://localhost:3030/admin/test <-- a list of all charts in the db
http://localhost:8080/wp/wp-admin/ <-- the WordPress admin interface
http://localhost:8090/ <-- the vite dev server
http://localhost:8788/ <-- the cloudflare functions dev server
Happy hacking!
EOF

0 comments on commit 6a17c32

Please sign in to comment.