Closed geoknee closed 1 year ago
I'm hitting a problem here with incompatibility between vite
(which requires esnext
module type) and hardhat (which requires commonjs
, unless we don't use typescript).
I think possibly the only/best way around is to turn this repo into a yarn workspaces monorep (we know that can work from looking at go-nitro
).
...or maybe find a replacement for vite
. Probably easier.
In the end, it seems possible to just ignore the error and everything works 🤷 . Sticking with commonJS.
yarn start
gives a dev server.The UI is not yet wired up to anything.
The first step is for a user to choose their role.