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

Migrate server to esbuild #721

Merged
merged 5 commits into from
Feb 10, 2024
Merged

Migrate server to esbuild #721

merged 5 commits into from
Feb 10, 2024

Conversation

paustint
Copy link
Contributor

@paustint paustint commented Feb 7, 2024

Migrated to esbuild because breakpoints were not working with prior setup

refresh token was not working for anon apex because the access token was encoded in the body and that never got updated. To get around this, there is a new generic function for calling SFDC apis without using JSForce and apex was migrated over to this

Migrated to esbuild because breakpoints were not working with prior setup

refresh token was not working for anon apex because the access token was encoded in the body and that never got updated. To get around this, there is a new generic function for calling SFDC apis without using JSForce and apex was migrated over to this
Copy link

socket-security bot commented Feb 7, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@esbuild/[email protected] None 0 10.4 MB evanw
npm/@nx/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +408 797 MB nrwl-jason
npm/@types/[email protected] None +2 4.01 MB types
npm/[email protected] environment, filesystem, network, shell +23 224 MB evanw
npm/[email protected] unsafe Transitive: environment, eval, filesystem +43 5.44 MB simenb
npm/[email protected] None +1 3.49 MB leonidas

View full report↗︎

Copy link

nx-cloud bot commented Feb 7, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 1cf0949. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@paustint paustint changed the title Migrate to esbuild Migrate server to esbuild Feb 10, 2024
@paustint paustint merged commit f590df6 into main Feb 10, 2024
5 checks passed
@paustint paustint deleted the server-refactor branch February 10, 2024 18:14
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.

1 participant