keep runtime path named runtime and not runtime-{.target}

This commit is contained in:
snwy
2024-12-04 12:50:18 -08:00
parent 5ef80304ef
commit ee3bbc1222

View File

@@ -3527,7 +3527,7 @@ pub const ParseTask = struct {
const parse_task = ParseTask{
.ctx = undefined,
.path = Fs.Path.initWithNamespace(std.fmt.comptimePrint("runtime-{s}", .{@tagName(target)}), "bun:runtime"),
.path = Fs.Path.initWithNamespace("runtime", "bun:runtime"),
.side_effects = .no_side_effects__pure_data,
.jsx = .{
.parse = false,