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 cda9518 commit 84db52aCopy full SHA for 84db52a
crates/sb_graph/graph_util.rs
@@ -311,8 +311,7 @@ pub async fn create_graph(
311
maybe_code: &Option<FastString>,
312
) -> ModuleGraph {
313
let module_specifier = if let Some(code) = maybe_code {
314
- let specifier =
315
- ModuleSpecifier::parse("http://internal.supabase.localhost/index.ts").unwrap();
+ let specifier = ModuleSpecifier::parse("file:///src/index.ts").unwrap();
316
317
emitter_factory.file_cache().insert(
318
specifier.clone(),
0 commit comments