Muhammad Ubaid Raza
Muhammad Ubaid Raza
Ok so here is my thinking: - we already have so many directories inside `src`, moving them outside is one less traversing? - having separate `app` and `server` directories, create...
> hey @mubaidr I think I like that, except for the shared folder. I am suggesting this because while maintaining a full stack application, we often have some data like...
> I'd say that, since it's a fullstack boilerplate, everything is shared. That's the default, you use enums and interfaces in the front- and backend. There shouldn't be a need...
> What I mean, is that everything outside of the app and server folders is shared by default. O my mistake! So my other part of suggestion is that we...
> > What I mean, is that everything outside of the app and server folders is shared by default. > > O my mistake! So my other part of suggestion...
> @mubaidr I think the structure in your comment is incomplete. If we don't reconfigure all tools, you will have a lot more folders in there, e.g., the cypress, node_modules,...
Yes sure. I would be happy to take this one.
Thanks and yes, I will push the update soon, with decided structure. Also, right now we are using compatibility mode, does it make sense to migrate it to Nuxt 4...
I was talking about Nuxt 4 nightly channel. But yeah, you are right since it will be a drop in replacement we don't need to worry about it. I will...
Sure, this is my vite config: ```ts import fs from 'node:fs' import { URL, fileURLToPath } from 'node:url' import vue from '@vitejs/plugin-vue' import AutoImport from 'unplugin-auto-import/vite' import IconsResolver from 'unplugin-icons/resolver'...