Support Unicode capture slugs

This commit is contained in:
Codex
2026-07-13 03:25:11 +00:00
parent 3ed933fb35
commit 2020f8e356
3 changed files with 30 additions and 5 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"dev": "tsx watch src/server.ts",
"build": "tsc && vite build",
"start": "node dist/server.js",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"test": "npm run build && node --test tests/*.test.mjs"
},
"dependencies": {
"archiver": "^7.0.1",