We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b17af2 commit 921807fCopy full SHA for 921807f
src/cli.ts
@@ -100,7 +100,7 @@ async function run() {
100
)
101
const additionalFilesToServe = await resolveDirectoryEntrypoints(ensureArray(runnerOptions.serve).map(parseEntrypointArg))
102
103
- const entrypointArgs = runnerOptionArgs.filter(arg => arg.charAt(0) !== "-")
+ const entrypointArgs = runnerOptions._
104
const entrypoints = await resolveEntrypoints(plugins, entrypointArgs.map(parseEntrypointArg), scriptArgs)
105
106
const temporaryCache = createTemporaryFileCache()
0 commit comments