From 154f50ee17a619764a1aed58974697118beccbaa Mon Sep 17 00:00:00 2001 From: Elliot Sachs Date: Thu, 7 Jun 2018 22:14:18 +0900 Subject: [PATCH] Add Inferno as possible app option --- renderer/constants.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/renderer/constants.js b/renderer/constants.js index a6970fc..2cf056b 100644 --- a/renderer/constants.js +++ b/renderer/constants.js @@ -64,7 +64,16 @@ const appTypes = { port: 8080, run: 'run start' } - } + }, + inferno: { + name: 'Inferno App', + install: 'create-inferno-app', + defaults: { + type: 'create-inferno-app', + port: 3000, + run: 'run start', + }, + }, } appTypes.options = Object.keys(appTypes).map(key => ({