A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

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

fix: update script commands to use tsx for consistency in execution

+6 -6
+6 -6
apps/api/package.json
··· 9 9 "dev": "concurrently 'tsx --watch ./src/index.ts' 'tsx --watch ./src/server.ts'", 10 10 "prod": "tsx ./src/index.ts", 11 11 "build": "pkgroll", 12 - "sync": "bun ./src/scripts/sync.ts", 13 - "meili:sync": "bun ./src/scripts/meili.ts", 14 - "sync:library": "bun ./src/scripts/sync-library.ts", 15 - "avatar": "bun ./src/scripts/avatar.ts", 16 - "genres": "bun ./src/scripts/genres.ts", 12 + "sync": "tsx ./src/scripts/sync.ts", 13 + "meili:sync": "tsx ./src/scripts/meili.ts", 14 + "sync:library": "tsx ./src/scripts/sync-library.ts", 15 + "avatar": "tsx ./src/scripts/avatar.ts", 16 + "genres": "tsx ./src/scripts/genres.ts", 17 17 "exp": "tsx ./src/scripts/exp.ts", 18 18 "pkl:eval": "pkl eval -f json", 19 - "pkl:gen": "bun ./scripts/pkl.ts", 19 + "pkl:gen": "tsx ./scripts/pkl.ts", 20 20 "dev:xrpc": "tsx --watch ./src/server.ts", 21 21 "prod:xrpc": "tsx ./src/server.ts", 22 22 "db:migrate": "drizzle-kit migrate",