mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
revert b1c459b
This commit is contained in:
parent
6256b7cb88
commit
af20ab46e2
@ -2,7 +2,6 @@ import path from "path";
|
||||
import dotenv from "dotenv";
|
||||
import fse from "fs-extra";
|
||||
dotenv.config();
|
||||
import { CDNServer } from "./Server";
|
||||
|
||||
if (!process.env.STORAGE_PROVIDER) process.env.STORAGE_PROVIDER = "file";
|
||||
// TODO:nodejs path.join trailing slash windows compatible
|
||||
@ -17,6 +16,7 @@ if (process.env.STORAGE_PROVIDER === "file") {
|
||||
fse.ensureDirSync(process.env.STORAGE_LOCATION);
|
||||
}
|
||||
|
||||
import { CDNServer } from "./Server";
|
||||
const server = new CDNServer({ port: Number(process.env.PORT) || 3003 });
|
||||
server
|
||||
.start()
|
||||
|
Loading…
Reference in New Issue
Block a user