teamwalnut / bsb-smallest-monorepo-example

A very small monorepo with BuckleScript for testing purposes

Home Page:bsb-smallest-monorepo-example.walnut.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuckleScript smallest monorepo example

A small example to show a Yarn workspaces / monorepo setup with BuckleScript.

Build

cd app
yarn build

Watch

cd app
yarn start

Reproduce watching issues

While the watcher is running in app (see section above) update file my-lib/src/MyLib.re and notice how the bsb watcher does not pick up changes.

About

A very small monorepo with BuckleScript for testing purposes

bsb-smallest-monorepo-example.walnut.vercel.app


Languages

Language:C++ 79.3%Language:Reason 20.7%