diff --git a/examples/helia-typescript/package.json b/examples/helia-typescript/package.json index 3dbe5101..6de7ec2d 100644 --- a/examples/helia-typescript/package.json +++ b/examples/helia-typescript/package.json @@ -8,7 +8,7 @@ "main": "index.js", "scripts": { "build": "tsc", - "start": "node dist/src/index.js", + "start": "node dist/index.js", "test": "npm run build && test-node-example test/*" }, "dependencies": {