MCPcopy Create free account
hub / github.com/Tencent/QMUI_Web / showLog

Function showLog

workflow/basicTasks/proxy.js:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 gulp.task('proxy', (done) => {
20
21 const showLog = () => {
22 if (mix.config.browserSync.browserSyncShowLog) {
23 return 'info';
24 }
25 return 'silent';
26 };
27
28 mix.browserSync.init({
29 open: 'external',

Callers 1

proxy.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected