bump target nextjs version

This commit is contained in:
Jarred Sumner
2022-02-25 02:18:07 -08:00
parent 7e96e82cad
commit f90ea81d58

View File

@@ -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;