MCPcopy
hub / github.com/QwikDev/qwik / resolveAdapterShared

Function resolveAdapterShared

scripts/qwik-city.ts:690–692  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

688}
689
690function resolveAdapterShared(path: string) {
691 return importPath(/shared\/vite$/, path);
692}
693
694const ADAPTER_EXTERNALS = [
695 'vite',

Callers 8

buildAdapterAzureSwaViteFunction · 0.85
buildAdapterCloudRunViteFunction · 0.85
buildAdapterBunViteFunction · 0.85
buildAdapterDenoViteFunction · 0.85

Calls 1

importPathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…