prod
Showing
| ... | ... | @@ -5,13 +5,17 @@ |
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "tsc", | ||
| "plugin": "node dist/install-plugin.js", | ||
| "plugin": "node dist/entry.js install", | ||
| "prod": "node dist/entry.js prod", | ||
| "start": "koishi start" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-bootstrap.git" | ||
| }, | ||
| "bin": { | ||
| "koishi-bs": "./dist/entry.js" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| ... | ... |
src/entry.ts
0 → 100644
src/prod.ts
0 → 100644
Please register or sign in to comment