mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: server: columns: get rid of mock-require
This commit is contained in:
parent
46c8accd84
commit
98d3a4cc56
41 changed files with 233 additions and 215 deletions
|
|
@ -1,8 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const process = require('process');
|
||||
const http = require('http');
|
||||
const os = require('os');
|
||||
const process = require('node:process');
|
||||
const http = require('node:http');
|
||||
const os = require('node:os');
|
||||
|
||||
const express = require('express');
|
||||
const io = require('socket.io');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue