This commit is contained in:
wdvipa
2026-02-09 16:34:01 +08:00
commit 450367dea2
92 changed files with 36822 additions and 0 deletions

17
nodemon.json Normal file
View File

@@ -0,0 +1,17 @@
{
"watch": ["src"],
"ignore": [
"android/source_apk/**/*",
"android/*.keystore",
"android/*.jks",
"android/build_output/**/*",
"logs/**/*",
"devices.db",
"node_modules/**/*",
"public/**/*"
],
"ext": "ts,js,json",
"exec": "ts-node src/index.ts",
"delay": 1000
}