README for first build

This commit is contained in:
2026-08-10 14:32:58 -03:00
parent 5bd2552641
commit 4d85187fb5
11 changed files with 201 additions and 16 deletions

View File

@@ -8,7 +8,9 @@
"packageManager": "pnpm@9.15.9",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "node --test \"src/**/*.test.ts\"",
"test:watch": "node --test --watch \"src/**/*.test.ts\""
},
"license": "GPL-3.0-or-later",
"devDependencies": {