Scott Lai

Results 2 comments of Scott Lai

Here's the package.json file: ``` { "name": "rescript-test", "version": "0.1.0", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w -ws _ ", "clean": "bsb -clean-world", "server": "moduleserve ./ --port 8000",...

Wow, @miles-d solution works Thanks so much!