feat: init

This commit is contained in:
2024-02-23 22:07:44 +08:00
commit 96ca2076ed
87 changed files with 11550 additions and 0 deletions

13
apps/proxy/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "proxy",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "whistle run -p 8899 -t 30000 -M \"keepXFF|prod|capture\" -D . --no-global-plugins"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"whistle": "^2.9.61"
}
}