move ffmpeg code to its own file, rename types folder to lib
This commit is contained in:
parent
f322b45ee1
commit
6d779e7811
13 changed files with 310 additions and 253 deletions
|
@ -17,7 +17,7 @@ import authRouter from "./routes/auth";
|
|||
import indexRouter from "./routes/index";
|
||||
import adduserRouter from "./routes/adduser";
|
||||
|
||||
import {db, expire, createDatabase, updateDatabase, MediaRow} from "./types/db";
|
||||
import {db, expire, createDatabase, updateDatabase, MediaRow} from "./lib/db";
|
||||
|
||||
const app = express();
|
||||
const server = http.createServer(app);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue