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

configure bundle analyzer #2836

Merged
merged 12 commits into from
Jul 3, 2024
Merged

configure bundle analyzer #2836

merged 12 commits into from
Jul 3, 2024

Conversation

trajan0x
Copy link
Contributor

@trajan0x trajan0x commented Jul 2, 2024

Description

configures analyzer

Summary by CodeRabbit

  • New Features

    • Introduced bundle analysis and coverage reporting with the codecovWebpackPlugin and codecovRollupPlugin across multiple packages.
    • Added documentation for the "Relay ack" feature in the API section.
    • Added new build scripts in various package.json files.
  • Chores

    • Updated multiple GitHub Actions workflows to include a CODECOV_TOKEN environment variable.
    • Changed fetch-depth parameter from 1 to 2 in several GitHub Actions workflows.

948709f: docs preview link
948709f: explorer-ui preview link
94b5897: docs preview link
f9e12fb: docs preview link
94b5897: synapse-interface preview link
f9e12fb: synapse-interface preview link
f9e12fb: explorer-ui preview link
94b5897: explorer-ui preview link
5125e77: docs preview link
5125e77: synapse-interface preview link
5125e77: explorer-ui preview link
173e7b7: docs preview link
173e7b7: synapse-interface preview link
173e7b7: explorer-ui preview link
ee4c712: docs preview link
ee4c712: synapse-interface preview link
ee4c712: explorer-ui preview link
6d32176: docs preview link
6d32176: synapse-interface preview link
6d32176: explorer-ui preview link

Copy link
Contributor

coderabbitai bot commented Jul 2, 2024

Walkthrough

The latest updates primarily focus on integrating Codecov for enhanced code coverage reporting and build analytics. Key changes include the addition of CODECOV_TOKEN across various CI workflow files and new plugins for webpack and Rollup configurations to enable bundle analysis. Additionally, several workflow configurations, especially those involving GitHub Actions, have been modified to use a deeper clone (fetch-depth: 2). New scripts and documentation enhancements are also part of these updates.

Changes

File Path Change Summary
.github/workflows/lerna.yaml Added CODECOV_TOKEN environment variable from the secrets.CODECOV secret.
.github/workflows/packages.yml Added a new "Run build" job to run tests for all packages using npx lerna exec npm run build --parallel with CODECOV_TOKEN.
.github/workflows/ui-preview.yaml Added CODECOV_TOKEN to environment variables for deployment steps to Vercel.
.github/workflows/codeql.yaml, .github/workflows/go.yml, .github/workflows/solidity.yml Changed fetch-depth parameter from 1 to 2 in actions/checkout steps.
CONTRIBUTING.md Specified the use of fetch-depth: 2 for shallow cloning in GitHub Actions to enable proper SHA determination.
docs/bridge/docusaurus.config.ts, packages/explorer-ui/next.config.js, packages/synapse-interface/next.config.js Added codecovWebpackPlugin for bundle analysis and coverage reporting.
docs/bridge/package.json, packages/explorer-ui/package.json, packages/synapse-constants/package.json, packages/synapse-interface/package.json Added dependency on @codecov/webpack-plugin ^0.0.1-beta.10.
packages/rest-api/package.json Modified the build script to include npm run build api.
packages/contracts-rfq/package.json, packages/solidity-devops/package.json Added a new "build" script.
packages/sdk-router/package.json, packages/widget/package.json Added @codecov/rollup-plugin dependency at version 0.0.1-beta.10.
packages/sdk-router/tsdx.config.js, packages/widget/rollup.config.js Included codecovRollupPlugin in Rollup configurations for bundle analysis and coverage uploading.
docs/bridge/docs/rfq/API/relay-ack.api.mdx Documented the "Relay ack" feature for synchronizing relayer actions.

Poem

In lines of code, a tale unfolds,
Where secrets weave and tokens hold.
Coverage gained with depths of two,
For all the tasks we thought to do.
Plugins weave their magic so,
With Codecov, our progress shows.
Together in this quest we strive,
To keep our project live and thrive.

Tip

AI model upgrade

gpt-4o model for reviews and chat is now live

OpenAI claims that this model is better at understanding and generating code than the previous models. Please join our Discord Community to provide any feedback or to report any issues.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

  • Added @codecov/webpack-plugin to docs/bridge/docusaurus.config.ts for bundle analysis
  • Introduced @codecov/webpack-plugin dependency in docs/bridge/package.json
  • Configured @codecov/webpack-plugin in packages/explorer-ui/next.config.js
  • Added @codecov/rollup-plugin to packages/sdk-router/package.json
  • Updated packages/widget/rollup.config.js to include codecovRollupPlugin for bundle analysis

15 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings

docs/bridge/docusaurus.config.ts Show resolved Hide resolved
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 9cdc208 and 47d258a.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (18)
  • .github/workflows/lerna.yaml (1 hunks)
  • .github/workflows/packages.yml (1 hunks)
  • .github/workflows/ui-preview.yaml (1 hunks)
  • docs/bridge/docusaurus.config.ts (2 hunks)
  • docs/bridge/package.json (1 hunks)
  • packages/contracts-rfq/package.json (1 hunks)
  • packages/explorer-ui/next.config.js (2 hunks)
  • packages/explorer-ui/package.json (2 hunks)
  • packages/rest-api/package.json (1 hunks)
  • packages/sdk-router/package.json (1 hunks)
  • packages/sdk-router/tsdx.config.js (1 hunks)
  • packages/solidity-devops/package.json (1 hunks)
  • packages/synapse-constants/package.json (1 hunks)
  • packages/synapse-constants/webpack.config.js (2 hunks)
  • packages/synapse-interface/next.config.js (2 hunks)
  • packages/synapse-interface/package.json (1 hunks)
  • packages/widget/package.json (1 hunks)
  • packages/widget/rollup.config.js (2 hunks)
Files skipped from review due to trivial changes (9)
  • .github/workflows/lerna.yaml
  • docs/bridge/package.json
  • packages/contracts-rfq/package.json
  • packages/explorer-ui/package.json
  • packages/sdk-router/package.json
  • packages/solidity-devops/package.json
  • packages/synapse-constants/package.json
  • packages/synapse-interface/package.json
  • packages/widget/package.json
Additional comments not posted (13)
packages/sdk-router/tsdx.config.js (1)

1-14: LGTM!

The configuration for codecovRollupPlugin looks correct and well-integrated.

packages/synapse-interface/next.config.js (1)

Line range hint 2-31: LGTM!

The configuration for codecovWebpackPlugin looks correct and well-integrated.

packages/explorer-ui/next.config.js (1)

Line range hint 1-28: LGTM!

The configuration for codecovWebpackPlugin looks correct and well-integrated.

packages/widget/rollup.config.js (2)

10-10: Import Statement: Ensure the plugin is necessary.

The codecovRollupPlugin is imported from @codecov/rollup-plugin. Ensure this import is necessary and used correctly.


55-59: Codecov Rollup Plugin Configuration: Validate the token and settings.

The codecovRollupPlugin is configured with enableBundleAnalysis, bundleName, and uploadToken. Ensure the CODECOV_TOKEN is set correctly in the environment and the settings are appropriate for your use case.

packages/synapse-constants/webpack.config.js (2)

4-4: Import Statement: Ensure the plugin is necessary.

The codecovWebpackPlugin is imported from @codecov/webpack-plugin. Ensure this import is necessary and used correctly.


15-22: Codecov Webpack Plugin Configuration: Validate the token and settings.

The codecovWebpackPlugin is configured with enableBundleAnalysis, bundleName, and uploadToken. Ensure the CODECOV_TOKEN is set correctly in the environment and the settings are appropriate for your use case.

.github/workflows/packages.yml (1)

44-47: New Job: Ensure the build job is necessary and correctly configured.

A new job run-build is added to run builds with the CODECOV_TOKEN environment variable. Ensure this job is necessary, correctly configured, and the token is securely stored in GitHub secrets.

.github/workflows/ui-preview.yaml (2)

91-92: Environment Variable: Ensure the token is securely stored.

The CODECOV_TOKEN environment variable is added for the Vercel deployment step. Ensure the token is securely stored in GitHub secrets.


99-100: Environment Variable: Ensure the token is securely stored.

The CODECOV_TOKEN environment variable is added for the Vercel production deployment step. Ensure the token is securely stored in GitHub secrets.

docs/bridge/docusaurus.config.ts (3)

5-5: Import statement looks good.

The import statement for codecovWebpackPlugin appears to be correct.


156-169: Plugin configuration looks good.

The bundle-analyzer plugin is correctly added and configured within the plugins array.


161-165: Configuration of codecovWebpackPlugin looks good.

The plugin is correctly configured with enableBundleAnalysis, bundleName, and uploadToken. Ensure that the environment variable CODECOV_TOKEN is set correctly in the deployment environment.

@@ -15,7 +15,7 @@
"ci:lint": "npm run lint:check",
"build:go": " ",
"build:slither": " ",
"build": "echo 'please run build api'",
"build": "npm run build api && echo 'please run build api'",
Copy link
Contributor

Choose a reason for hiding this comment

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

Update the build script command.

The build script command appears to be a placeholder and should be updated with the actual build command.

-  "build": "npm run build api && echo 'please run build api'",
+  "build": "npm run build:api && <actual-build-command>"

Committable suggestion was skipped due to low confidence.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Configured Codecov Webpack plugin in /packages/explorer-ui/next.config.js for bundle analysis and coverage upload.
  • Moved @codecov/webpack-plugin to devDependencies in /packages/explorer-ui/package.json.
  • Added Codecov Rollup plugin in /packages/sdk-router/tsdx.config.js for bundle analysis.
  • Integrated Codecov Webpack plugin in /packages/synapse-constants/webpack.config.js.
  • Configured Codecov Webpack plugin in /packages/synapse-interface/next.config.js.
  • Updated /packages/widget/rollup.config.js to include Codecov Rollup plugin.

6 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link

cloudflare-workers-and-pages bot commented Jul 2, 2024

Deploying sanguine-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6fad50c
Status: ✅  Deploy successful!
Preview URL: https://68770b60.sanguine-fe.pages.dev
Branch Preview URL: https://next-bundle-analyzer.sanguine-fe.pages.dev

View logs

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Added a new section in CONTRIBUTING.md advising fetch-depth: 2 for shallow clones under 'Github Actions'.
  • Configured Codecov integration across various packages for enhanced code coverage and bundle analysis.
  • Updated multiple workflows and package configurations to include Codecov plugins and environment variables for build and deployment processes.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@github-actions github-actions bot added size/l and removed size/m labels Jul 2, 2024
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Added docs/bridge/docs/rfq/API/relay-ack.api.mdx to document 'Relay ack' API endpoint
  • Modified docs/bridge/docusaurus.config.ts to include Codecov Webpack plugin for bundle analysis
  • Corrected baseUrl typo in docs/bridge/docusaurus.config.ts for rfqapi configuration

2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Modified packages/rest-api/package.json to simplify the build script by removing the 'npm run build api' command.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 47d258a and 229c381.

Files selected for processing (15)
  • .github/workflows/codeql.yaml (1 hunks)
  • .github/workflows/go.yml (5 hunks)
  • .github/workflows/lerna.yaml (1 hunks)
  • .github/workflows/packages.yml (4 hunks)
  • .github/workflows/solidity.yml (1 hunks)
  • .github/workflows/ui-preview.yaml (1 hunks)
  • CONTRIBUTING.md (1 hunks)
  • docs/bridge/docs/rfq/API/relay-ack.api.mdx (1 hunks)
  • docs/bridge/docusaurus.config.ts (3 hunks)
  • packages/explorer-ui/next.config.js (2 hunks)
  • packages/explorer-ui/package.json (1 hunks)
  • packages/sdk-router/tsdx.config.js (1 hunks)
  • packages/synapse-constants/webpack.config.js (2 hunks)
  • packages/synapse-interface/next.config.js (2 hunks)
  • packages/widget/rollup.config.js (2 hunks)
Files skipped from review due to trivial changes (6)
  • .github/workflows/codeql.yaml
  • .github/workflows/go.yml
  • .github/workflows/solidity.yml
  • CONTRIBUTING.md
  • docs/bridge/docs/rfq/API/relay-ack.api.mdx
  • packages/synapse-interface/next.config.js
Files skipped from review as they are similar to previous changes (9)
  • .github/workflows/lerna.yaml
  • .github/workflows/packages.yml
  • .github/workflows/ui-preview.yaml
  • docs/bridge/docusaurus.config.ts
  • packages/explorer-ui/next.config.js
  • packages/explorer-ui/package.json
  • packages/sdk-router/tsdx.config.js
  • packages/synapse-constants/webpack.config.js
  • packages/widget/rollup.config.js

Copy link

codecov bot commented Jul 2, 2024

Bundle Report

Changes will increase total bundle size by 4.9MB ⬆️

Bundle name Size Change
docs-bridge-client-array-push 7.87MB 1.78MB ⬆️
docs-bridge-server-cjs 14.71MB 3.12MB ⬆️

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Configured Codecov Rollup plugin in /packages/sdk-router/tsdx.config.js for bundle analysis.
  • Updated GitHub workflows for improved build and test processes.
  • Added fetch-depth: 2 to GitHub Actions for better commit history access.
  • Integrated Codecov dependencies and scripts in multiple package.json files.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Configured Codecov Rollup plugin in packages/sdk-router/tsdx.config.js for bundle analysis
  • Enabled bundle analysis based on CODECOV_TOKEN environment variable
  • Set bundle name and specified upload token and commit SHA overrides

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

@github-actions github-actions bot added size/m and removed size/l labels Jul 2, 2024
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • No major changes found since last review.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.05329%. Comparing base (9cdc208) to head (eff65f8).
Report is 3 commits behind head on master.

Current head eff65f8 differs from pull request most recent head 24b39a8

Please upload reports for the commit 24b39a8 to get more accurate results.

Additional details and impacted files
@@                 Coverage Diff                  @@
##              master       #2836          +/-   ##
====================================================
+ Coverage   25.64215%   90.05329%   +64.41114%     
====================================================
  Files            766          58         -708     
  Lines          54972        1126       -53846     
  Branches          80         119          +39     
====================================================
- Hits           14096        1014       -13082     
+ Misses         39429         107       -39322     
+ Partials        1447           5        -1442     
Flag Coverage Δ
agents ?
cctp-relayer ?
core ?
ethergo ?
explorer ?
git-changes-action ?
omnirpc ?
opbot ?
packages 90.47619% <ø> (ø)
promexporter ?
rfq ?
screener-api ?
scribe ?
solidity 86.44068% <ø> (?)
tools ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Configured bundle analyzer using Codecov plugin in /packages/synapse-interface/next.config.js
  • Added Codecov Webpack plugin
  • Enabled bundle analysis with CODECOV_TOKEN environment variable
  • Set specific settings for bundle name and upload token

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings

@@ -22,6 +24,16 @@ const nextConfig = {
'.json',
'.nvmrc',
]
config.plugins.push(
codecovWebpackPlugin({
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
Copy link

Choose a reason for hiding this comment

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

🧠 logic: Potential issue: Ensure CODECOV_TOKEN is securely managed and not exposed.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 229c381 and 24b39a8.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (3)
  • .github/workflows/packages.yml (4 hunks)
  • packages/sdk-router/tsdx.config.js (1 hunks)
  • packages/synapse-interface/next.config.js (2 hunks)
Files skipped from review as they are similar to previous changes (3)
  • .github/workflows/packages.yml
  • packages/sdk-router/tsdx.config.js
  • packages/synapse-interface/next.config.js

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Updated bundle name from 'explorer-ui' to 'synapse-interface' in /packages/synapse-interface/next.config.js
  • Ensured correct attribution for bundle analysis and coverage reporting

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 24b39a8 and 7ad4f69.

Files selected for processing (1)
  • packages/synapse-interface/next.config.js (2 hunks)
Files skipped from review as they are similar to previous changes (1)
  • packages/synapse-interface/next.config.js

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

(updates since last review)

  • Added documentation for "Relay ack" feature in /docs/bridge/CHANGELOG.md
  • Included CODECOV_TOKEN in GitHub Actions workflows in /.github/workflows/scan.yml
  • Updated fetch-depth parameter in GitHub Actions workflows in /.github/workflows/scan.yml
  • Added @codecov/webpack-plugin and @codecov/rollup-plugin to package configurations in /packages/synapse-interface/tsconfig.json
  • Updated bundle name from 'explorer-ui' to 'synapse-interface' in /packages/synapse-interface/next.config.js

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 7ad4f69 and 6fad50c.

Files selected for processing (1)
  • .github/workflows/packages.yml (4 hunks)
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/packages.yml

@trajan0x trajan0x merged commit 3875ecc into master Jul 3, 2024
50 checks passed
@trajan0x trajan0x deleted the next/bundle-analyzer branch July 3, 2024 18:57
@bigboydiamonds bigboydiamonds restored the next/bundle-analyzer branch July 12, 2024 19:13
@github-actions github-actions bot deleted the next/bundle-analyzer branch October 6, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant