We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54eed0 commit cee6cc4Copy full SHA for cee6cc4
readme.md
@@ -117,7 +117,7 @@ npm run build
117
After building the package, run it with:
118
119
```bash
120
-node build/index.js --connectionString <CONNECTION_STRING>
+node disk/main.js --connectionString <CONNECTION_STRING>
121
```
122
123
### Local Testing
@@ -150,7 +150,7 @@ Access the inspector at: [http://127.0.0.1:6274/](http://127.0.0.1:6274/)
150
151
- **Transport Type**: `stdio`
152
- **Command**: `npx`
153
-- **Arguments**: `<PATH_TO_PACKAGE_FOLDER> --connectionString <CONNECTION_STRING>`
+- **Arguments**: `~/<PATH_TO_PACKAGE_FOLDER> --connectionString <CONNECTION_STRING>`
154
155
_Note: Use the `PATH_TO_PACKAGE_FOLDER` from your home directory to avoid permission issues._
156
0 commit comments