mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-16 01:12:46 +00:00
feat(backend): use cross-spawn fir projects.routes.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import express from 'express';
|
||||
import { promises as fs } from 'fs';
|
||||
import path from 'path';
|
||||
import { spawn } from 'child_process';
|
||||
import spawn from 'cross-spawn';
|
||||
import os from 'os';
|
||||
import { addProjectManually } from '../../../projects.js';
|
||||
import { githubTokensDb } from '@/shared/database/repositories/github-tokens.js';
|
||||
|
||||
Reference in New Issue
Block a user