Fix plugin (again)

This commit is contained in:
Gregory Schier
2023-11-08 13:33:15 -08:00
parent 83aa9041cb
commit aeda72f13e

View File

@@ -97,7 +97,7 @@ fn run_plugin(
.resolve_resource("plugins")
.expect("failed to resolve plugin directory resource")
.join(plugin_name);
let plugin_index_file = plugin_dir.join("dist/index.js");
let plugin_index_file = plugin_dir.join("out/index.js");
println!("Plugin dir={:?} file={:?}", plugin_dir, plugin_index_file);