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,6 +1,6 @@
|
||||
import * as path from 'node:path';
|
||||
import * as fs from 'node:fs';
|
||||
import * as http2 from 'node:http2';
|
||||
import path from 'node:path';
|
||||
import fs from 'node:fs';
|
||||
import http2 from 'node:http2';
|
||||
import { Readable } from 'node:stream';
|
||||
import { createRequire } from 'node:module';
|
||||
import { Buffer } from 'node:buffer';
|
||||
|
Reference in New Issue
Block a user