Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Te server refactor 1 #1864

Open
wants to merge 11 commits into
base: edge
Choose a base branch
from
Open

Te server refactor 1 #1864

wants to merge 11 commits into from

Conversation

tevko
Copy link
Collaborator

@tevko tevko commented Dec 18, 2024

Migrating routes away from server.ts while deleting unused or commented out code

@tevko tevko force-pushed the te-server-refactor-1 branch from 4d2c6c6 to acca6ce Compare January 13, 2025 22:03
@tevko tevko marked this pull request as ready for review January 14, 2025 23:13
Copy link
Contributor

@ballPointPenguin ballPointPenguin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is amazing work! I left a few minor comments.

server/src/server.ts Outdated Show resolved Hide resolved
return isdup;
}

export {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exporting everything twice is an anti-pattern. Determine which type of export to use for this module (default or non-default) and remove the other one.

.gitignore Outdated
.venv
jigsaw-vertex-integration-92ef30330cf7.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems oddly specific, but ok.
alternatively try a wildcard like jigsaw-vertex-integration*.json

@ballPointPenguin
Copy link
Contributor

FYI Pretty similar cypress failures when I run this branch locally:

Screenshot 2025-01-14 at 8 00 47 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants