Skip to content

Commit 9ff9a04

Browse files
committed
feat(start): turn live flag default to true
By default the live mode will be enabled now BREAKING CHANGE: Caching of functions is now disabled in local dev mode by default
1 parent 93dcfc9 commit 9ff9a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/start.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const cliInfo: CliInfo = {
8989
},
9090
live: {
9191
type: 'boolean',
92-
default: false,
92+
default: true,
9393
describe: 'Always serve from the current functions (no caching)',
9494
},
9595
inspect: {

0 commit comments

Comments
 (0)