@@ -143,7 +143,7 @@ Detected in order of precedence:
143
143
#### Start Command
144
144
145
145
Detected 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" `
147
147
- ` package.json ` main/module file: ` bun run ${mainFile} `
148
148
149
149
---
@@ -179,7 +179,7 @@ Detected in order of precedence:
179
179
#### Start Command
180
180
181
181
Detected 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" `
183
183
- Main/module file: ` deno run ["mod.ts", "src/mod.ts", "main.ts", "src/main.ts", "index.ts", "src/index.ts]" `
184
184
185
185
---
@@ -361,7 +361,7 @@ In order of precedence:
361
361
362
362
#### Start Command
363
363
In 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" `
365
365
- ` package.json ` scripts search for regex matching: ` ^.*?\b(ts-)?node(mon)?\b.*?(index|main|server|client)\.([cm]?[tj]s)\b `
366
366
- ` package.json ` main/module file: ` node ${mainFile} `
367
367
0 commit comments