Oliver Lowe
Oliver Lowe
Where the value of `key` is a property on `Permission`? e.g. ``` javascript permissions: { type: Map, itemType: { key: 'permissionId', value: Permission } } ``` Or does this mean...
The Code Sandbox I attached here is still failing to build, despite some work in the right direction. What more needs to be done to fix this? Happy to submit...
I just turned this off as a workaround inside nuxt.config.js: ``` tailwindcss: { // disable viewer with nuxt-bridge viewer: false, } ``` Obviously doesn't solve the underlying issue...
Could you show us how we could use nodemon? I'm not sure which command to execute with nodemon - `nodemon adonis test` doesn't work. (Sorry, I'm very new to Adonis/Node!)...