forked from rojo-rbx/rojo
Pass common plugin chain into web handler
This commit is contained in:
@@ -207,7 +207,7 @@ fn main() {
|
||||
|
||||
println!("Server listening on port {}", port);
|
||||
|
||||
web::start(config.clone(), project.clone(), vfs.clone());
|
||||
web::start(config.clone(), project.clone(), &PLUGIN_CHAIN, vfs.clone());
|
||||
},
|
||||
("pack", _) => {
|
||||
eprintln!("'rojo pack' is not yet implemented!");
|
||||
|
||||
Reference in New Issue
Block a user