From 5e469b80ea9dee2b3ce6059255e686caa859e1b7 Mon Sep 17 00:00:00 2001 From: "vluk@2fi-solutions.com.hk" Date: Sat, 7 Mar 2026 00:48:56 +0800 Subject: [PATCH] This script can compile most of the pages --- warmup.bat | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 warmup.bat diff --git a/warmup.bat b/warmup.bat new file mode 100644 index 0000000..e7c9333 --- /dev/null +++ b/warmup.bat @@ -0,0 +1,25 @@ +@echo off +echo Warming up pages... + +curl http://localhost:3000/ >nul 2>&1 +curl http://localhost:3000/po >nul 2>&1 +curl http://localhost:3000/dashboard >nul 2>&1 +curl http://localhost:3000/pickOrder >nul 2>&1 +curl http://localhost:3000/inventory >nul 2>&1 +curl http://localhost:3000/stocktakemanagement >nul 2>&1 +curl http://localhost:3000/stockIssue >nul 2>&1 +curl http://localhost:3000/putAway >nul 2>&1 +curl http://localhost:3000/finishedGood >nul 2>&1 +curl http://localhost:3000/stockRecord >nul 2>&1 +curl http://localhost:3000/do >nul 2>&1 +curl http://localhost:3000/ps >nul 2>&1 +curl http://localhost:3000/jo >nul 2>&1 +curl http://localhost:3000/jodetail >nul 2>&1 +curl http://localhost:3000/productionProcess >nul 2>&1 +curl http://localhost:3000/bag >nul 2>&1 +curl http://localhost:3000/report >nul 2>&1 +curl http://localhost:3000/settings/user >nul 2>&1 +curl http://localhost:3000/settings/items >nul 2>&1 + +echo Warm-up complete! Navigate freely now. +pause \ No newline at end of file