Astro implementation of openring npmjs.com/package/@jasikpark/astro-openring
astro webring typescript

Export the loader from index.ts

caleb.jasik.xyz eef3db44 f0ab7704

verified
+2 -1
+1
index.ts
··· 1 + export { openringLoader } from "./src/openringLoader/openringLoader.ts";
+1 -1
package.json
··· 5 5 "exports": { 6 6 ".": "./index.ts" 7 7 }, 8 - "files": ["src"], 8 + "files": ["index.ts", "src"], 9 9 "keywords": ["astro-component", "webring"], 10 10 "scripts": { 11 11 "dev": "astro dev",