MCPcopy Create free account
hub / github.com/QwikDev/qwik / getInlineConf

Function getInlineConf

starters/dev-server.ts:191–201  ·  view source on GitHub ↗
(extra?: InlineConfig)

Source from the content-addressed store, hash-verified

189 }
190
191 const getInlineConf = (extra?: InlineConfig): InlineConfig => ({
192 root: appDir,
193 mode: "development",
194 configFile: false,
195 base: basePath,
196 ...extra,
197 resolve: {
198 conditions: ["development"],
199 mainFields: [],
200 },
201 });
202
203 await build(
204 getInlineConf({

Callers 1

buildAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected