mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
alright server-side reloading code works
Former-commit-id: a49ef52eec1037014e3c9cda1a09f387a01116b8
This commit is contained in:
@@ -382,6 +382,7 @@ pub const Cli = struct {
|
||||
this_bundler.configureLinker();
|
||||
var filepath = "node_modules.jsb";
|
||||
var node_modules = try bundler.ServeBundler.GenerateNodeModuleBundle.generate(&this_bundler, allocator, filepath);
|
||||
|
||||
var elapsed = @divTrunc(std.time.nanoTimestamp() - start_time, @as(i128, std.time.ns_per_ms));
|
||||
var bundle = NodeModuleBundle.init(node_modules, allocator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user