mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Rename modules to client + server instead of request + serve + socket
This commit is contained in:
parent
1cd9813702
commit
89e8104bd4
5 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ use mlua::prelude::*;
|
|||
|
||||
use lune_utils::TableBuilder;
|
||||
|
||||
mod request;
|
||||
mod serve;
|
||||
mod socket;
|
||||
mod client;
|
||||
mod server;
|
||||
mod url;
|
||||
|
||||
const TYPEDEFS: &str = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/types.d.luau"));
|
||||
|
|
Loading…
Add table
Reference in a new issue