13 lines
577 B
Markdown
13 lines
577 B
Markdown
## dev notes
|
|
|
|
### patreon campaign benefit ids
|
|
|
|
* ironmouse "Thank you" (for testing): 4760169
|
|
* cj_clippy "Full library access" (for production): 9380584
|
|
* cj_clippy "Your URL displayed on Futureporn.net": 10663202
|
|
|
|
### Content-Type Builder (Docker caveat)
|
|
|
|
Don't use the web UI to create or update Content-Types! The changes will be lost. This is a side-effect of our hacked together solution for Strapi with pnpm in docker.
|
|
|
|
Instead, content-type schemas must be hand-edited in ./src/api/(...). For the changes to take effect, trigger a strapi resource update in Tilt. |