This commit is contained in:
超级老白兔
2025-11-19 10:27:21 +08:00
parent cea4a01a4a
commit c60e361aa3
6 changed files with 37 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
dist/
build/
yarn.lock
.env
.DS_Store
dist/*

7
Moncter/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
dist/
build/
yarn.lock
.env
.DS_Store
dist/*

View File

@@ -0,0 +1,5 @@
2025-11-07 15:58:25 pid:842 Workerman[start.php] start in DEBUG mode
2025-11-07 16:03:24 pid:842 Workerman[start.php] reloading
2025-11-07 18:26:50 pid:842 Workerman[start.php] received signal SIGHUP
2025-11-07 18:26:50 pid:842 Workerman[start.php] stopping
2025-11-07 18:26:50 pid:842 Workerman[start.php] has been stopped

7
Touchkebao/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
node_modules/
dist/
build/
yarn.lock
.env
.DS_Store
dist/*

View File

@@ -0,0 +1,8 @@
{
"hash": "e6c7dab6",
"configHash": "151db3de",
"lockfileHash": "4c9521f4",
"browserHash": "696ef760",
"optimized": {},
"chunks": {}
}

View File

@@ -0,0 +1,3 @@
{
"type": "module"
}