forked from rojo-rbx/rojo
Add plugin bundling, sourced from target/plugin.rbxm
This commit is contained in:
@@ -7,6 +7,7 @@ use rand;
|
||||
use project::Project;
|
||||
use web::{self, WebConfig};
|
||||
use session::Session;
|
||||
use roblox_studio;
|
||||
|
||||
pub fn serve(project_dir: &PathBuf, override_port: Option<u64>) {
|
||||
let server_id = rand::random::<u64>();
|
||||
@@ -26,6 +27,8 @@ pub fn serve(project_dir: &PathBuf, override_port: Option<u64>) {
|
||||
|
||||
println!("Using project {:#?}", project);
|
||||
|
||||
roblox_studio::install_bundled_plugin();
|
||||
|
||||
let mut session = Session::new(project.clone());
|
||||
session.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user