Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/QMUI_Web
/ showLog
Function
showLog
workflow/basicTasks/server.js:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
gulp.task(
'server'
, (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
server: {
Callers
1
server.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected