mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 12:22:35 +00:00
Replace Deno configs and workflows with pnpm/Node tooling Add package.json, jsr.json, build.config.ts and pnpm-lock.yaml Remove deno.json, deno.lock, Deno build scripts and workflow Move source files into src/ and update imports and tests to vitest Add Test CI workflow and adapt publish jobs for pnpm/node Update editor settings, tasks, .gitignore and bump LICENSE year
6 lines
60 B
JSON
6 lines
60 B
JSON
[
|
|
{
|
|
"label": "Test",
|
|
"command": "pnpm test"
|
|
}
|
|
]
|