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,4 +1,4 @@
|
||||
import * as crypto from 'node:crypto';
|
||||
import crypto from 'node:crypto';
|
||||
import polyfill from './polyfill.js';
|
||||
import { getConfigValue } from './util.js';
|
||||
|
||||
|
Reference in New Issue
Block a user