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 4b96808 commit 6f02286Copy full SHA for 6f02286
update.mjs
@@ -193,6 +193,7 @@ const full = {
193
'.env': stringify(env),
194
'dockerfile': stringify(docker),
195
'package.json': stringify(packageJSON),
196
+ 'rush.json': stringify(packageJSON),
197
'readme.md': stringify(readme),
198
'cargo.toml': stringify(cargo),
199
'gemfile': stringify(gemfile),
0 commit comments