@@ -143,7 +143,7 @@ Detected in order of precedence:
143143#### Start Command
144144
145145Detected in order of precedence:
146- - ` package.json ` scripts: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "start" `
146+ - ` package.json ` scripts: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "preview", " start" `
147147 - ` package.json ` main/module file: ` bun run ${mainFile} `
148148
149149---
@@ -179,7 +179,7 @@ Detected in order of precedence:
179179#### Start Command
180180
181181Detected in order of precedence:
182- - ` deno.jsonc ` tasks: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "start" `
182+ - ` deno.jsonc ` tasks: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "preview", " start" `
183183 - Main/module file: ` deno run ["mod.ts", "src/mod.ts", "main.ts", "src/main.ts", "index.ts", "src/index.ts]" `
184184
185185---
@@ -361,7 +361,7 @@ In order of precedence:
361361
362362#### Start Command
363363In order of precedence:
364- - ` package.json ` scripts: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "start" `
364+ - ` package.json ` scripts: ` "serve", "start:prod", "start:production", "start-prod", "start-production", "preview", " start" `
365365 - ` package.json ` scripts search for regex matching: ` ^.*?\b(ts-)?node(mon)?\b.*?(index|main|server|client)\.([cm]?[tj]s)\b `
366366 - ` package.json ` main/module file: ` node ${mainFile} `
367367
0 commit comments