fix
All checks were successful
Deploy Application / deploy (push) Successful in 7s

This commit is contained in:
2025-06-18 08:35:55 +04:00
parent 495638c922
commit 886f21e0a2
15 changed files with 2293 additions and 9 deletions

View File

@ -1,3 +1,5 @@
import { createRequire } from 'node:module'
const require = createRequire(import.meta.url)
function createRemoteCollection(fetchEndpoint) {
let _cache
return async () => {