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 e18406c commit e24d948Copy full SHA for e24d948
pages/docs/manual/v11.0.0/installation.mdx
@@ -50,7 +50,7 @@ bun create rescript-app
50
```
51
- If you selected the "basic" template, simply run it with:
52
```sh
53
- node src/Demo.res.js
+ node src/Demo.res.mjs
54
55
56
That compiles your ReScript into JavaScript, then uses Node.js to run said JavaScript.
pages/docs/manual/v12.0.0/installation.mdx
@@ -49,7 +49,7 @@ bun create rescript-app
49
0 commit comments