fix: check rkey

This commit is contained in:
linyuchen
2024-04-24 21:03:47 +08:00
parent 5ef2b8757b
commit df69af92a0
3 changed files with 11 additions and 86 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 && vite build --mode production",
"build:core": "cd ./src/core && npm run build --mode production",
"watch": "npm run watch:dev",
"debug-win": "powershell dist/napcat.ps1",
"lint": "eslint --fix src/**/*.{js,ts}",