Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ export const PUBLIC_DIR = path.join(APP_PATH, '.build')
export const SERVER_RENDERING = process.env.SERVER_RENDERING === 'on'
export const AUTO_RELOAD = process.env.AUTO_RELOAD

//ss

///svjsbjkbskjks
2 changes: 2 additions & 0 deletions modules/LogUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export function logError(...msgs) {
logWithColor(red, msgs)
}

//weiweiwowo

export function logPrompt(...msgs) {
logWithColor(yellow, msgs)
}
Expand Down