mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-15 17:07:26 +02:00
build: manage nodecar dependencies via workspace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { spawn } from "child_process";
|
||||
import path from "path";
|
||||
import { spawn } from "node:child_process";
|
||||
import path from "node:path";
|
||||
import getPort from "get-port";
|
||||
import {
|
||||
type ProxyConfig,
|
||||
|
||||
Reference in New Issue
Block a user