feat: refactor header handling and update module path in package.json

This commit is contained in:
MythEclipse
2026-05-07 19:55:39 +07:00
parent 1b86a33b4e
commit 6f28d18b95
3 changed files with 99 additions and 168 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "proxy-bun",
"module": "src/index.ts",
"module": "api/index.ts",
"type": "module",
"private": true,
"scripts": {