diff --git a/modules/Constants.js b/modules/Constants.js index ea8e272..784d3ca 100644 --- a/modules/Constants.js +++ b/modules/Constants.js @@ -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 \ No newline at end of file diff --git a/modules/LogUtils.js b/modules/LogUtils.js index 123c013..90bef6a 100644 --- a/modules/LogUtils.js +++ b/modules/LogUtils.js @@ -14,6 +14,8 @@ export function logError(...msgs) { logWithColor(red, msgs) } +//weiweiwowo + export function logPrompt(...msgs) { logWithColor(yellow, msgs) }