From 69dbf79c12ba5d0a70998a8c2ffef5c84c9f89ce Mon Sep 17 00:00:00 2001 From: saksham mathur Date: Tue, 9 Apr 2024 12:23:25 +0530 Subject: [PATCH 1/3] changed constant.js --- modules/Constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Constants.js b/modules/Constants.js index ea8e272..78a890d 100644 --- a/modules/Constants.js +++ b/modules/Constants.js @@ -9,3 +9,4 @@ 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 \ No newline at end of file From c5f9840c371b5eba283f2ec972fdd81c96232246 Mon Sep 17 00:00:00 2001 From: saksham mathur Date: Tue, 9 Apr 2024 13:49:07 +0530 Subject: [PATCH 2/3] chnged again --- modules/Constants.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/Constants.js b/modules/Constants.js index 78a890d..784d3ca 100644 --- a/modules/Constants.js +++ b/modules/Constants.js @@ -9,4 +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 \ No newline at end of file +//ss + +///svjsbjkbskjks \ No newline at end of file From 7658c6da2c971f015a9f7e583d76981b67a0c964 Mon Sep 17 00:00:00 2001 From: saksham mathur Date: Wed, 10 Apr 2024 10:04:52 +0530 Subject: [PATCH 3/3] gchn --- modules/LogUtils.js | 2 ++ 1 file changed, 2 insertions(+) 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) }