This commit is contained in:
konnorrogers
2025-08-04 10:59:37 -04:00
parent 82b853f818
commit fded1571b4

View File

@@ -19,7 +19,7 @@ getAllComponents(metadata).forEach(component => {
if (!process.env.CSR_ONLY && !process.env.SSR_ONLY) {
// Make CSR (client side rendering) the default if neither exists.
process.env.CSR_ONLY = "true"
process.env.CSR_ONLY = 'true';
}
// os.availableParallelism only available as of Node 18.14.0 , maybe don't need the fallback?