Gordon Mickel
Gordon Mickel
I would also be interested in having the limits for String and JSON fields made configurable. Our app has to save large documents and we're having to use ugly workarounds...
Any update regarding this? We're planning on launching later this month and are blocked by this. Thanks!
I used gzipping as the workaround I mentioned earlier in this thread. Naturally, that only delays the inevitable, our system deals with documents that can be up to around 1-2MB...
That's definitely possible, yes. In that case, configuration flags (as mentioned [here in the docs](https://www.prisma.io/docs/datamodel-and-migrations/datamodel-MYSQL-knul/#fields), but don't seem to exist) might be a viable solution.
Building on the example provided by @zernonia I posted a working example here: https://github.com/gmickel/shadcn-vue-nuxt-layer-monorepo The key change I made was to add ```ts tailwindcss: { cssPath: join(currentDir, './assets/css/tailwind.css'), } ```...