Plusagency-v3.4.zip -
my-awesome-plugin/ ├─ src/ │ ├─ index.ts │ └─ routes.ts ├─ package.json └─ plusagency-plugin.json # metadata for marketplace # In the plugin directory npm install npm run dev # hot‑reload with ts-node The backend automatically discovers plugins in plugins/ at start‑up. If you add a new plugin while the stack is running, just restart the backend:
# 3️⃣ Verify the layout tree -L 2 . You should see: plusagency-v3.4.zip
Happy building! 🚀
# 5️⃣ Optional – add a plugin cd plugins npx plusagency-plugin init my-plugin # develop, then restart backend docker compose restart backend You now have a fully functional PlusAgency v3.4 instance, a clear path to extend it with custom plugins, and a production checklist to keep it secure and performant. Dive in, experiment with the AI suggestions, and start modeling your content—your headless CMS adventure begins here. my-awesome-plugin/ ├─ src/ │ ├─ index
# 3️⃣ Launch docker compose up -d