Support Unicode capture slugs
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user