forked from rojo-rbx/rojo
Add 'upload' command to publish places to Roblox for you
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
mod serve;
|
||||
mod init;
|
||||
mod build;
|
||||
mod upload;
|
||||
|
||||
pub use self::serve::*;
|
||||
pub use self::init::*;
|
||||
pub use self::build::*;
|
||||
pub use self::build::*;
|
||||
pub use self::upload::*;
|
||||
Reference in New Issue
Block a user