Update app.js
Browse files
app.js
CHANGED
|
@@ -8,7 +8,7 @@ import fetch from 'node-fetch';
|
|
| 8 |
import sharp from 'sharp';
|
| 9 |
import { spawn } from 'child_process';
|
| 10 |
import path from 'path';
|
| 11 |
-
import {
|
| 12 |
|
| 13 |
import EventEmitter from 'events';
|
| 14 |
import WebSocket from 'ws';
|
|
|
|
| 8 |
import sharp from 'sharp';
|
| 9 |
import { spawn } from 'child_process';
|
| 10 |
import path from 'path';
|
| 11 |
+
import { VM } from "vm2";
|
| 12 |
|
| 13 |
import EventEmitter from 'events';
|
| 14 |
import WebSocket from 'ws';
|