mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import { availableParallelism } from "node:os";
|
|
import "./build-scripts/gulp/index.ts";
|
|
|
|
process.env.UV_THREADPOOL_SIZE = availableParallelism().toString();
|