ETFreeman
Custom folder structure?
Hi!
Is there a way to modify folder structure in nuxt 3?
I mean, it looks really strange that server folder is located among multiple client-related folders
Would be nice to separate client and server logic completely by creating client folder where all vue stuff & other client-related code is
i found srcDir setting in nuxt.config.ts, but it also moves server folder: if i set , then i have to also move server folder to client/server , which is definitely not what i want
6 replies