File tree Expand file tree Collapse file tree
front_end/entrypoints/rn_fusebox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ This repository is a fork of [ChromeDevTools/devtools-frontend](https://github.c
1919
2020# ## Build-and-run options
2121
22+ Run prebuild to set up the out dir:
23+ ```
24+ npm run prebuild
25+ ```
26+
22271. Build continuously with a file watcher:
2328
2429 ```sh
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const UIStrings = {
2121 /**
2222 * @description Message for the "settings changed" banner shown when a reload is required for the Network panel.
2323 */
24- reloadRequiredForNetworkPanelMessage : 'Network panel is now available for dogfooding. Please reload to access it.' ,
24+ reloadRequiredForNetworkPanelMessage : 'The Network panel is now available for dogfooding. Please reload to access it.' ,
2525} as const ;
2626
2727const str_ = i18n . i18n . registerUIStrings ( 'entrypoints/rn_fusebox/FuseboxExperimentsObserver.ts' , UIStrings ) ;
You can’t perform that action at this time.
0 commit comments