We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9b878 commit e5372d5Copy full SHA for e5372d5
crates/next-api/src/route.rs
@@ -9,7 +9,7 @@ use turbo_tasks::{
9
};
10
use turbopack_core::{
11
module_graph::{GraphEntries, ModuleGraph},
12
- output::{OptionOutputAsset, OutputAssets},
+ output::OutputAssets,
13
14
15
use crate::{operation::OptionEndpoint, paths::ServerPath, project::Project};
@@ -72,10 +72,6 @@ pub trait Endpoint {
72
}
73
#[turbo_tasks::function]
74
fn module_graphs(self: Vc<Self>) -> Vc<ModuleGraphs>;
75
- #[turbo_tasks::function]
76
- fn polyfill_asset(self: Vc<Self>) -> Vc<OptionOutputAsset> {
77
- Vc::cell(None)
78
- }
79
80
81
#[derive(
0 commit comments