We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4139744 commit fa1b4dfCopy full SHA for fa1b4df
packages/generators/src/app/index.ts
@@ -50,8 +50,8 @@ export const generate = (ctx: AppGeneratorArguments) =>
50
.then(initializeBaseContext())
51
.then((ctx) => ({
52
...ctx,
53
- dependencies: [],
54
- devDependencies: []
+ dependencies: [] as string[],
+ devDependencies: [] as string[]
55
}))
56
.then(
57
prompt((ctx) => [
0 commit comments