refactor: create db types
This commit is contained in:
parent
82f0e14abf
commit
6af1e8f326
7 changed files with 31 additions and 31 deletions
|
|
@ -4,7 +4,7 @@ import { Html } from "@elysiajs/html";
|
|||
import { Header } from "../components/header";
|
||||
import { userService } from "./user";
|
||||
import { ALLOW_UNAUTHENTICATED, HIDE_HISTORY, WEBROOT } from "../helpers/env";
|
||||
import { Filename, Jobs } from "..";
|
||||
import { Filename, Jobs } from "../db/types";
|
||||
import db from "../db/db";
|
||||
|
||||
export const history = new Elysia()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue