Hi, where is the best place to report issues ?
I just tried npm create rescript-app@next using the Vite template and rescript version 12.0.0-beta.1.
-
in package.json there is
"res:dev": "rescript -w"which I think should be"res:dev": "rescript watch". -
when compiling, it complains about Syntax Error when parsing
|>
I get the same issues when trying the Next and Basic templates.