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

handle next.config.mjs #6933

Merged
merged 7 commits into from Apr 4, 2024
Merged

handle next.config.mjs #6933

merged 7 commits into from Apr 4, 2024

Conversation

leoortizz
Copy link
Member

Description

next.config.mjs is the default since v14.0.5-canary.50

fixes #6826

Scenarios Tested

Sample Commands

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 54.78%. Comparing base (49e596e) to head (9e5f80d).

Files Patch % Lines
src/frameworks/next/index.ts 0.00% 11 Missing ⚠️
src/frameworks/next/utils.ts 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6933      +/-   ##
==========================================
- Coverage   54.79%   54.78%   -0.02%     
==========================================
  Files         359      359              
  Lines       25060    25069       +9     
  Branches     5167     5169       +2     
==========================================
+ Hits        13732    13733       +1     
- Misses      10091    10099       +8     
  Partials     1237     1237              

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

@jamesdaniels
Copy link
Member

jamesdaniels commented Apr 4, 2024

Change log and merge

@leoortizz leoortizz enabled auto-merge (squash) April 4, 2024 15:17
@leoortizz leoortizz disabled auto-merge April 4, 2024 15:17
@leoortizz leoortizz enabled auto-merge (squash) April 4, 2024 15:17
@leoortizz leoortizz merged commit e1a4a16 into master Apr 4, 2024
35 checks passed
@leoortizz leoortizz deleted the leoortizz_nextConfigMjs branch April 4, 2024 15:54
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.

Framework-aware Hosting (NextJS): Copy configuration files to created function
3 participants