```ts { onInit: async (payload: Payload) => { if (process.env.NODE_ENV === 'development') { await seed(payload); } }, } ``` I import `fs` in `seed` and get error:  Have changed [`.npmrc` node-linker=hoisted](https://pnpm.io/npmrc#node-linker) in both root and cms folders but not working.