mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
alright thats the rename
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
This commit is contained in:
8
src/cli/dev_command.zig
Normal file
8
src/cli/dev_command.zig
Normal file
@@ -0,0 +1,8 @@
|
||||
const Server = @import("../http.zig").Server;
|
||||
const Command = @import("../cli.zig").Command;
|
||||
|
||||
pub const DevCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
try Server.start(ctx.allocator, ctx.args);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user