Mirror of https://github.com/improsocial/impro-sample-plugin
0

Configure Feed

Select the types of activity you want to include in your feed.

Add start command

Grace Kind (May 20, 2026, 3:34 PM -0500) 306e054e e006da7f

+1
+1
package.json
··· 4 4 "private": true, 5 5 "type": "module", 6 6 "scripts": { 7 + "start": "npm run watch", 7 8 "build": "esbuild src/main.js --bundle --format=esm --outfile=main.js", 8 9 "watch": "esbuild src/main.js --bundle --format=esm --outfile=main.js --watch" 9 10 },