[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.

1declare module 'virtual:cos-loader' { 2 /** Loader `<script>` body (IIFE + inlined manifest) injected at SSR time. */ 3 const scriptContent: string 4 export default scriptContent 5}