Update TechDocs getting started to match create-app.

Closes #10133.

Signed-off-by: Kyle Smith <kyle.smith@salsify.com>
This commit is contained in:
Kyle Smith
2022-03-11 09:50:08 -05:00
committed by Eric Peterson
parent 4dc1942b09
commit 869a775f26
@@ -121,6 +121,7 @@ export default async function createPlugin(
logger: env.logger,
config: env.config,
discovery: env.discovery,
cache: env.cache,
});
}
```