Glob import files

Is it possible to glob import files in a Worker? Like the import.meta.glob function available in Vite. The glob package on npm did not work because some Node stuff was missing. Thanks!
Was this page helpful?