chore: build core

This commit is contained in:
linyuchen
2024-05-03 09:59:25 +08:00
parent 8ddff74260
commit 4bcadc2de4
114 changed files with 33 additions and 2550 deletions

View File

@@ -9,7 +9,7 @@
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"build": "npm run build:dev",
"build:core": "cd ./src/core && npm run build",
"build:core": "cd ./src/core && npm run build && cd ../.. && node ./script/copy-core.cjs",
"watch": "npm run watch:dev",
"debug-win": "powershell dist/napcat.ps1",
"lint": "eslint --fix src/**/*.{js,ts}",