You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging #753, we've separated the server code from the client code. However, the files .env.server and .env.client are still in the project's root directory.
We should move them to src/server and src/client respectively. Also, it might make sense to reconsider the name src, as it can contain more than just source files (e.g., images, .env files, documents...).
While we're at it, let's also make sure to warn users if they put them in the wrong place (as we currently do for .env).
The text was updated successfully, but these errors were encountered:
sodic
changed the title
Move environment variables to src/server and src/client
Move environment variable files to src/server and src/client
Nov 11, 2022
sodic
changed the title
Move environment variable files to src/server and src/client
Move environment variable files to src/server and src/clientJan 2, 2023
After merging #753, we've separated the server code from the client code. However, the files
.env.server
and.env.client
are still in the project's root directory.We should move them to
src/server
andsrc/client
respectively. Also, it might make sense to reconsider the namesrc
, as it can contain more than just source files (e.g., images,.env
files, documents...).While we're at it, let's also make sure to warn users if they put them in the wrong place (as we currently do for
.env
).The text was updated successfully, but these errors were encountered: