#!/usr/bin/env npx tsx /** * Standalone Plugin Store Test * Run this in any environment to verify the IPFS-based plugin store works * * Usage: * npx tsx standalone-test.ts * # or * npm run test:plugin-store */ export {}; //# sourceMappingURL=standalone-test.d.ts.map