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
The ./pages/api directory shouldn't exist in a server environment right now since everything communicates with our express backend. All these files can be purged. There may also be unnecessary files in ./lib/.
The
./pages/apidirectory shouldn't exist in a server environment right now since everything communicates with our express backend. All these files can be purged. There may also be unnecessary files in./lib/.This is why we need comprehensive testing...