Replies: 3 comments 2 replies
-
It would be great if it would work like file names, where the |
Beta Was this translation helpful? Give feedback.
-
yes, i agree. it would be great if the folders could be configured. i use them extensively because i think this is easier to use than putting ".server" and ".client" in every filename. however, sometimes i forget to do "ls -a" and confuse myself when i can't see all the folders. |
Beta Was this translation helpful? Give feedback.
-
You can use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like the possibility to move all server-only or client-only modules inside a dedicated folder, however the leading dot in the default folder names (
.server
and.client
) has some drawbacks:{ "include": ["app/.server/**/*.ts"] }
){ "ignorePatterns": ['!app/.server/'] }
)It would be nice if the name of those folders were configurable, for example:
Beta Was this translation helpful? Give feedback.
All reactions