Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit b1591f2

Browse files
author
Lisi Linhart
committed
fix: switch default behaviour
1 parent 5937249 commit b1591f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prompts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ module.exports = [
5050
{
5151
type: 'confirm',
5252
name: 'localmode',
53-
message: 'Storyblok will be served locally on your localhost instead of app.storyblok.com',
53+
message: 'Serve Storyblok locally (to skip https setup, not recommended)',
5454
prefix: '💻',
55-
default: true,
55+
default: false,
5656
},
5757
]

0 commit comments

Comments
 (0)