[READ-ONLY] Mirror of https://github.com/danielroe/cross-origin-storage. Load shared dependencies from Cross-Origin Storage (COS).
cross-origin-storage experimental nuxt vite vite-plugin
0

Configure Feed

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

1import { runCosLoader } from './loader' 2import type { CosManifest } from './loader' 3 4declare const __COS_MANIFEST__: CosManifest 5 6runCosLoader(__COS_MANIFEST__)