Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
690
function
resolveAdapterShared(path: string) {
691
return
importPath(/shared\/vite$/, path);
692
}
693
694
const
ADAPTER_EXTERNALS = [
695
'vite'
,
Callers
8
buildAdapterAzureSwaVite
Function · 0.85
buildAdapterCloudflarePagesVite
Function · 0.85
buildAdapterCloudRunVite
Function · 0.85
buildAdapterBunVite
Function · 0.85
buildAdapterDenoVite
Function · 0.85
buildAdapterNodeServerVite
Function · 0.85
buildAdapterNetlifyEdgeVite
Function · 0.85
buildAdapterVercelEdgeVite
Function · 0.85
Calls
1
importPath
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…