Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 3, 2023
1 parent 70d2446 commit d306a7a
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/next-core/src/app_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async fn create_app_source_for_directory(
context,
project_path,
env,
server_root,
server_root,
runtime_entries,
fallback_page,
intermediate_output_path_root,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PlainIssue {
[
PlainIssueProcessingPathItem {
context: None,
description: "Next.js Routing for GET /_chunks/index_e7cdb3.js",
description: "Next.js Routing for GET /",
},
],
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ PlainIssue {
},
),
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ PlainIssue {
documentation_link: "",
source: None,
sub_issues: [],
processing_path: Some(
[],
),
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ PlainIssue {
},
),
sub_issues: [],
processing_path: Some(
[],
),
}

0 comments on commit d306a7a

Please sign in to comment.