feat: update project configuration and enhance project manager functionality
This commit is contained in:
11
package.json
11
package.json
@@ -4,9 +4,12 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "bun run bun.config.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.32.1",
|
||||
@@ -26,6 +29,10 @@
|
||||
"eventemitter3": "^5.0.4"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
".": "./dist/app.js",
|
||||
"./route": "./dist/app.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user