You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would avoid the component write output on start. Useful for chained commands.
For example the following makes Lab a little chatty, so being able to toss in a -q would be π₯ .
β― npm run dev
> [email protected] dev /Users/johno/c/cssstats
> npm run dev:x0 | npm run dev:lab | npm run dev:api
> [email protected] dev:api /Users/johno/c/cssstats
> micro-dev
β 27 components found
β app/Font.js written
β app/H1.js written
β app/H2.js written
β app/Text.js written
β app/Button.js written
β app/Input.js written
β app/Label.js written
β app/Hr.js written
β app/Link.js written
β app/Flex.js written
β app/Header.js written
β app/SubHeader.js written
β app/Footer.js written
β app/Div.js written
β app/LinkBox.js written
β app/Container.js written
β app/Dl.js written
β app/Dt.js written
β app/Dd.js written
β app/SlabStat.js written
β app/GiantSlabStat.js written
β app/Color.js written
β app/BackgroundColor.js written
β app/Pre.js written
β app/CodeBlock.js written
β app/Logo.js written
β app/Form.js written
βΉ watching for changes
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β Micro is running! β
β β
β β’ Local: http://localhost:3000 β
β β’ On Your Network: http://192.168.0.3:3000 β
β β
β Copied local address to clipboard! β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β dev server listening at http://localhost:8000
The text was updated successfully, but these errors were encountered:
This would avoid the component write output on start. Useful for chained commands.
For example the following makes Lab a little chatty, so being able to toss in a
-q
would be π₯ .The text was updated successfully, but these errors were encountered: