build(deps-dev): bump @types/express
[poolifier.git] / examples / typescript / http-client-pool / package.json
index 087af55f55e90433aa1ef027850b74c126775e97..f9086a19a8464c7e39f09b167098a9ae0ff52f3b 100644 (file)
@@ -7,13 +7,13 @@
   "type": "module",
   "volta": {
     "node": "20.9.0",
-    "pnpm": "8.10.0"
+    "pnpm": "8.10.2"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
     "build:clean": "tsc --build --clean",
-    "start": "node dist/main.js",
-    "start:httpd-echo": "node httpd-echo.js",
+    "start": "node --enable-source-maps dist/main.js",
+    "start:httpd-echo": "node --enable-source-maps httpd-echo.js",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "keywords": [],