Bug 1792237 - ./mach addwidget to scaffold a shared front-end component r=hjones

Depends on D161141

Differential Revision: https://phabricator.services.mozilla.com/D157937
This commit is contained in:
Mark Striemer
2022-11-03 21:32:34 +00:00
parent df83f89138
commit 84148615f8
4 changed files with 172 additions and 2 deletions

View File

@@ -369,6 +369,7 @@ def initialize(topsrcdir):
"storybook": MachCommandReference(
"browser/components/storybook/mach_commands.py"
),
"widgets": MachCommandReference("toolkit/content/widgets/mach_commands.py"),
}
# Set a reasonable limit to the number of open files.