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 adc70f0 commit 482ba4bCopy full SHA for 482ba4b
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
"scripts": {
389
- "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
+ "build": "tsc && chmod 755 build/index.js",
390
391
"files": [
392
"build"
0 commit comments