typescript(translucid): unknown bug
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
a80dda078b
commit
2a955d675f
|
@ -2,7 +2,7 @@
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
const express = require('express');
|
const express = require('express');
|
||||||
const http = require('http');
|
const http = require('http');
|
||||||
const Translucid_1 = require("./Translucid");
|
const Translucid_1 = require("./Translucid.js");
|
||||||
function QuickServer(port) {
|
function QuickServer(port) {
|
||||||
const app = express();
|
const app = express();
|
||||||
const server = http.Server(app);
|
const server = http.Server(app);
|
||||||
|
|
Loading…
Reference in a new issue