decentralised sync engine
0
fork

Configure Feed

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

feat: start script

serenity ee548692 d3a4f298

+2 -1
+2 -1
package.json
··· 7 7 "test": "echo \"Error: no test specified\" && exit 1", 8 8 "dev": "tsx src/index.ts", 9 9 "lint": "eslint src/", 10 - "build": "tsdown src/index.ts" 10 + "build": "tsdown src/index.ts", 11 + "start": "pnpm build && node dist/index.mjs" 11 12 }, 12 13 "keywords": [], 13 14 "author": "",