Hi! I recently started a new create-next-app project, and I choose to not use the src folder, however I regret this after barely having started. Is it as pain free as it seems to migrate to the src folder? I.e., dumping needed folders into a new folder called "src" and updating any imports. Or is there some internal stuff setup by create-next-app that makes it bad to do it this way?
#Migrating to src folder
4 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
It is very straightforward. Just need to create the folder and copy your files in there and update the imports if needed
Great, thank you so much 🙂 And for the quick response!