We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dfd5c commit 70b6558Copy full SHA for 70b6558
1 file changed
src/commands/app/dev/index.js
@@ -235,7 +235,7 @@ class Dev extends BaseCommand {
235
236
// 2. store them globally in config
237
const privateKey = (await fs.readFile(privateKeyPath, { encoding: 'utf8' }))
238
- const publicCert = (await fs.readFile(pubCertPath), { encoding: 'utf8' })
+ const publicCert = (await fs.readFile(pubCertPath, { encoding: 'utf8' }))
239
coreConfig.set(`${devKeysConfigKey}.privateKey`, privateKey)
240
coreConfig.set(`${devKeysConfigKey}.publicCert`, publicCert)
241
0 commit comments