Files
frontend/gulpfile.ts
2025-05-09 08:23:53 +02:00

5 lines
157 B
TypeScript

import { availableParallelism } from "node:os";
import "./build-scripts/gulp/index.ts";
process.env.UV_THREADPOOL_SIZE = availableParallelism().toString();