We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dcfc9 commit 9ff9a04Copy full SHA for 9ff9a04
src/commands/start.ts
@@ -89,7 +89,7 @@ export const cliInfo: CliInfo = {
89
},
90
live: {
91
type: 'boolean',
92
- default: false,
+ default: true,
93
describe: 'Always serve from the current functions (no caching)',
94
95
inspect: {
0 commit comments