Skip to content

Commit

Permalink
import ui/.build change from #16160
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 5, 2024
1 parent 19fa296 commit 9863be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/.build/readme
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Options:
-p, --prod build minified assets (prod builds)
-n, --no-install don't run pnpm install
-d, --debug build assets with site.debug = true
-l, --log=<url> monkey patch console.log and POST all messages to <url> (or localhost:8666
if not specified). when used with --watch or --rebuild, ui/build listens on
8666 and displays received json as 'web' over stdout
-l, --log=<url> monkey patch console log functions in javascript manifest to POST log messages to
<url> or localhost:8666 (default). if used with --watch, the ui/build process
will listen for http on 8666 and display received json as 'web' in build logs
--clean clean all build artifacts and exit
--update update ui/build packages
--update update ui/build's node_modules
--no-color don't use color in logs
--no-time don't log the time
--no-context don't log the context
Expand Down

0 comments on commit 9863be5

Please sign in to comment.