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
I still need to figure out why this is happening, but my teammate on a project is experiencing a strange issue where the @types folder is being placed in the src/pages directory instead of the src directory for him. Will take a look at the code and chat with him more to see if I can find out what might be going on. Related to #18
EDIT: turns out i was right, slashes are reversed in windows:
I suspect it might be that he's on windows and the slashes are reversed? But double checking by asking him to print out what the pagesDir value is
osdiab
changed the title
Types not saved in the same place consistently for the same project
Types not saved in the correct place on windows
Nov 15, 2021
I still need to figure out why this is happening, butmy teammate on a project is experiencing a strange issue where the@types
folder is being placed in the src/pages directory instead of the src directory for him. Will take a look at the code and chat with him more to see if I can find out what might be going on. Related to #18EDIT: turns out i was right, slashes are reversed in windows:
the code needs to be tolerant of that, and also probably should not just be a regex replace (if
/pages
is anywhere else in the path it'll break)The text was updated successfully, but these errors were encountered: