Skip to content

Commit 313b34f

Browse files
authored
bugfix(configuration): fix type in default config for cloud use (#29)
1 parent 5514039 commit 313b34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
},
160160
"firecoder.cloud.use": {
161161
"type": "boolean",
162-
"default": "false",
162+
"default": false,
163163
"description": ""
164164
},
165165
"firecoder.server.usePreRelease": {

0 commit comments

Comments
 (0)