mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Simplify node imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Native Node Modules
|
||||
import * as path from 'node:path';
|
||||
import * as fs from 'node:fs';
|
||||
import * as crypto from 'node:crypto';
|
||||
import * as os from 'node:os';
|
||||
import path from 'node:path';
|
||||
import fs from 'node:fs';
|
||||
import crypto from 'node:crypto';
|
||||
import os from 'node:os';
|
||||
import { Buffer } from 'node:buffer';
|
||||
|
||||
// Express and other dependencies
|
||||
|
Reference in New Issue
Block a user