feat: "工作流"
Some checks failed
release / release (push) Failing after 9m17s

This commit is contained in:
2026-05-23 21:55:11 +08:00
parent 9c6d972139
commit 1129f9f915
5 changed files with 184 additions and 1 deletions

View File

@@ -10,7 +10,8 @@
"build": "esbuild src/app.jsx --bundle --platform=node --target=node18 --format=esm --jsx=automatic --outfile=dist/app.mjs --alias:react-devtools-core=./src/stubs/react-devtools-core.js --banner:js=\"import { createRequire as __cR } from 'node:module'; const require = __cR(import.meta.url);\"",
"build:watch": "npm run build -- --watch",
"check": "node --check bin/server-config.js && node --check src/lib/frp-config.js && node --check src/lib/runner.js && node --check src/lib/tasks.js && node --check test/frp-config.test.js",
"test": "node --test test/*.test.js"
"test": "node --test test/*.test.js",
"release:prepare": "bash scripts/release.sh"
},
"engines": {
"node": ">=18"