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 a849854 commit 51f7d16Copy full SHA for 51f7d16
quickstart/client.mdx
@@ -461,7 +461,7 @@ Update your `package.json` to set `type: "module"` and a build script:
461
{
462
"type": "module",
463
"scripts": {
464
- "build": "tsc && chmod 755 build/index.js",
+ "build": "tsc && chmod 755 build/index.js"
465
}
466
467
```
quickstart/server.mdx
@@ -386,7 +386,7 @@ Update your package.json to add type: "module" and a build script:
386
"weather": "./build/index.js"
387
},
388
389
390
391
"files": [
392
"build"
0 commit comments