mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
bump target nextjs version
This commit is contained in:
@@ -45,7 +45,7 @@ const CopyFile = @import("../copy_file.zig");
|
||||
var bun_path_buf: [std.fs.MAX_PATH_BYTES]u8 = undefined;
|
||||
const Futex = @import("../futex.zig");
|
||||
|
||||
const target_nextjs_version = "12.0.2";
|
||||
const target_nextjs_version = "12.1.0";
|
||||
pub var initialized_store = false;
|
||||
pub fn initializeStore() void {
|
||||
if (initialized_store) return;
|
||||
|
||||
Reference in New Issue
Block a user