Plusagency-v3.4.zip Access

# 3️⃣ Launch docker compose up -d

# 2️⃣ Configure cp .env.example .env # edit .env → set ADMIN_EMAIL/PASSWORD, POSTGRES_PASSWORD, etc. 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️⃣ Launch docker compose up -d #