For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customizing Makefile

Background

The intended purpose of the Makefile is to provide a way to extend the provided .stoobly/services/.Makefile. Here, make targets can be added to further customize using workflows.

Customizing

  1. It can be accessed in the following location:

.stoobly/services/Makefile
  1. Modifications to this file will not be overriten when the app create command is re-run.

Last updated