MCPcopy
hub / github.com/analogjs/analog / resolve

Function resolve

server.mjs:10–10  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

8async function createServer() {
9 const app = express();
10 const resolve = (p) => path.resolve(__dirname, p);
11
12 // @ts-ignore
13 app.use((await import('compression')).default());

Callers 15

createServerFunction · 0.85
configFunction · 0.85
closeBundleFunction · 0.85
withVercelOutputAPIFunction · 0.85
withNetlifyOutputAPIFunction · 0.85
buildSSRAppFunction · 0.85
buildSitemapFunction · 0.85
getPageHandlersFunction · 0.85
configFunction · 0.85
configureServerFunction · 0.85

Calls 1

resolveMethod · 0.45

Tested by 2

createTempFileFunction · 0.68
waitForConsoleFunction · 0.68