mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
5 lines
154 B
Markdown
5 lines
154 B
Markdown
|
```
|
||
|
trap 'kill %1' SIGINT
|
||
|
beefy frame.js:bundle.js 9001 --live & \
|
||
|
beefy example/index.js:bundle.js index.js:zero.js --cwd example/ 9002 --live --open
|
||
|
```
|