研究编译export

This commit is contained in:
linyuchen
2023-10-26 17:38:20 +08:00
parent 27a6ddb554
commit a404b369c3
11 changed files with 1476 additions and 104 deletions

View File

@@ -4,11 +4,17 @@
"description": "NTQQLiteLoaderOneBotApi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": " tsc src/renderer.ts --outDir dist && vite build"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/express": "^4.17.20",
"vite": "^4.5.0"
}
}