Clarify plugin authoring and external dev workflow

This commit is contained in:
Dotta
2026-03-14 10:40:21 -05:00
parent cb5d7e76fb
commit 30888759f2
36 changed files with 693 additions and 410 deletions

View File

@@ -582,17 +582,6 @@ export function buildHostServices(
},
},
assets: {
async upload(params) {
void params;
throw new Error("Plugin asset uploads are not supported in this build.");
},
async getUrl(params) {
void params;
throw new Error("Plugin asset URLs are not supported in this build.");
},
},
activity: {
async log(params) {
const companyId = ensureCompanyId(params.companyId);