chore: 🔨 Add character count script

This commit is contained in:
Jesse Wierzbinski 2024-05-02 19:20:32 -10:00
parent 154f17ab12
commit 6a0188c93e
No known key found for this signature in database

View file

@ -35,6 +35,7 @@
"prod-build": "bun run build.ts", "prod-build": "bun run build.ts",
"benchmark:timeline": "bun run benchmarks/timelines.ts", "benchmark:timeline": "bun run benchmarks/timelines.ts",
"cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs,glitch,glitch-dev --exclude-ext sql,log,pem", "cloc": "cloc . --exclude-dir node_modules,dist,.output,.nuxt,meta,logs,glitch,glitch-dev --exclude-ext sql,log,pem",
"wc": "find server database *.ts docs packages types utils drizzle tests -type f -print0 | wc -m --files0-from=-",
"cli": "bun run cli.ts" "cli": "bun run cli.ts"
}, },
"trustedDependencies": [ "trustedDependencies": [