Fix dev composer and update cron script
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-27 17:59:58 +02:00
parent 7ead18601c
commit 313dab26a2
4 changed files with 43 additions and 3 deletions

View File

@@ -34,6 +34,16 @@
8. Go to #admin and create a new project, feed & maps
9. Add a GPX file named <project_codename>.gpx to /geo/
## Local Development
When developing Spot and the sibling `objects` library together, install dependencies through the local Composer manifest:
```bash
COMPOSER=composer.dev.json composer update
```
This makes Composer link `vendor/franzz/objects` to `../objects` and autoload that namespace directly from the local source path. Production continues to use `composer.json`, which installs `franzz/objects` from its Git repository. Commit and publish `objects` changes before updating/deploying a Spot version that relies on them.
## To Do List
* Add mail frequency slider