This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 additions and 0 deletions

View File

@@ -0,0 +1 @@
rmdir /s /q node_modules

View File

@@ -0,0 +1,5 @@
cmd /c npm i -D
cmd /c npm run dev
echo "done"

View File

@@ -0,0 +1,12 @@
@REM npx nodemon ^
@REM --ext ts,tsx ^
@REM --ignore "dist" ^
@REM --exec "npm run build"
npx nodemon ^
--ext ts,tsx ^
--ignore "dist" ^
--ignore "android" ^
--ignore "public" ^
--exec "npm run build"

View File

@@ -0,0 +1,13 @@
@REM npx nodemon ^
@REM --ext ts,tsx ^
@REM --ignore "dist" ^
@REM --exec "npm run build"
npx nodemon ^
--ext ts,tsx ^
--delay 5 ^
--ignore "dist" ^
--ignore "android" ^
--ignore "public" ^
--exec "npm run run_android"