set target to es2022

This commit is contained in:
SrGooglo 2025-03-26 15:13:33 +00:00
parent 5504c7be84
commit 7014d6a590

View File

@ -44,6 +44,9 @@ const config = {
}, },
}, },
}, },
esbuild: {
target: "es2022",
},
} }
// if (fs.existsSync(sslDirPath)) { // if (fs.existsSync(sslDirPath)) {