LINXD-2222-debugging-for-i-os #7
2
app.js
2
app.js
@ -10,7 +10,7 @@ import express from 'express'
|
|||||||
const app = express()
|
const app = express()
|
||||||
// const app = require('express')();
|
// const app = require('express')();
|
||||||
// import https from 'httpolyglot'
|
// import https from 'httpolyglot'
|
||||||
import * as https from "node:https";
|
import https from "https";
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
const __dirname = path.resolve()
|
const __dirname = path.resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user