mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove node polyfill
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
import crypto from 'node:crypto';
|
||||
import polyfill from './polyfill.js';
|
||||
import { getConfigValue } from './util.js';
|
||||
|
||||
polyfill();
|
||||
|
||||
const PROMPT_PLACEHOLDER = getConfigValue('promptPlaceholder', 'Let\'s get started.');
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user